Skip to content

Commit b4b052c

Browse files
Edits to improve SEO and usability
1 parent d4d2162 commit b4b052c

File tree

5 files changed

+21
-15
lines changed

5 files changed

+21
-15
lines changed

docs/code-quality/c26455.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
description: "Learn more about: C26455 DEFAULT_CTOR_NOEXCEPT"
3-
title: C26455
2+
description: "Learn more about the C26455 DEFAULT_CTOR_NOEXCEPT C++ Core Guidelines Checker warning. Default constructors shouldn't do anything that can throw."
3+
title: C26455 DEFAULT_CTOR_NOEXCEPT
44
ms.date: 12/14/2018
5-
ms.topic: "conceptual"
5+
ms.topic: reference
66
f1_keywords: ["C26455"]
77
helpviewer_keywords: ["C26455"]
88
ms.assetid: 27e86063-d969-49d8-8912-dcc2dc57249f
99
author: kylereedmsft
1010
ms.author: kylereed
11+
ms.custom: kr2b-contr-experiment
1112
---
1213
# C26455 DEFAULT_CTOR_NOEXCEPT
1314

docs/code-quality/c26456.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
description: "Learn more about: C26456 DONT_HIDE_OPERATORS"
3-
title: C26456
2+
description: "Learn more about the C26456 DONT_HIDE_OPERATORS C++ Core Guidelines Checker warning. Hiding base methods is error prone and makes code harder to read."
3+
title: C26456 DONT_HIDE_OPERATORS
44
ms.date: 12/14/2018
5-
ms.topic: "conceptual"
5+
ms.topic: reference
66
f1_keywords: ["C26456"]
77
helpviewer_keywords: ["C26456"]
88
ms.assetid: 3a3ad636-0938-40b5-93ce-169322e2ff23
99
author: kylereedmsft
1010
ms.author: kylereed
11+
ms.custom: kr2b-contr-experiment
1112
---
1213
# C26456 DONT_HIDE_OPERATORS
1314

docs/code-quality/c26476.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
2-
description: "Learn more about: C26476 USE_VARIANT"
3-
title: C26476
2+
description: "Learn more about the C26476 USE_VARIANT C++ Core Guidelines Checker warning. Use a type-safe alternative to union, which is preferred in modern code."
3+
title: C26476 USE_VARIANT
44
ms.date: 12/14/2018
5-
ms.topic: "conceptual"
5+
ms.topic: reference
66
f1_keywords: ["C26476"]
77
helpviewer_keywords: ["C26476"]
88
ms.assetid: bb2b3b26-9a84-4d81-8bae-ad9a5577c8a6
99
author: kylereedmsft
1010
ms.author: kylereed
11+
ms.custom: kr2b-contr-experiment
1112
---
13+
1214
# C26476 USE_VARIANT
1315

1416
`std::variant` provides a type-safe alternative to `union` and should be preferred in modern code.

docs/code-quality/c26477.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
description: "Learn more about: C26477 USE_NULLPTR_NOT_CONSTANT"
3-
title: C26477
2+
description: "Learn more about the C26477 USE_NULLPTR_NOT_CONSTANT C++ Core Guidelines Checker warning. The nullptr value allows overloads with special null handling."
3+
title: C26477 USE_NULLPTR_NOT_CONSTANT
44
ms.date: 12/14/2018
5-
ms.topic: "conceptual"
5+
ms.topic: reference
66
f1_keywords: ["C26477"]
77
helpviewer_keywords: ["C26477"]
88
ms.assetid: d5395efc-5eb2-4e82-9b45-fcd5ff4577bf
99
author: kylereedmsft
1010
ms.author: kylereed
11+
ms.custom: kr2b-contr-experiment
1112
---
1213
# C26477 USE_NULLPTR_NOT_CONSTANT
1314

docs/code-quality/c26486.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
description: "Learn more about: C26486 LIFETIMES_FUNCTION_PRECONDITION_VIOLATION"
3-
title: C26486
2+
description: "Learn more about the C26486 LIFETIMES_FUNCTION_PRECONDITION_VIOLATION C++ Core Guidelines Checker warning. Don't pass an invalid pointer as a parameter."
3+
title: C26486 LIFETIMES_FUNCTION_PRECONDITION_VIOLATION
44
ms.date: 12/14/2018
5-
ms.topic: "conceptual"
5+
ms.topic: reference
66
f1_keywords: ["C26486"]
77
helpviewer_keywords: ["C26486"]
88
ms.assetid: d5395efc-5eb2-4e82-9b45-fcd5ff4577bf
99
author: kylereedmsft
1010
ms.author: kylereed
11+
ms.custom: kr2b-contr-experiment
1112
---
1213
# C26486 LIFETIMES_FUNCTION_PRECONDITION_VIOLATION
1314

0 commit comments

Comments
 (0)