Skip to content

Commit f96b523

Browse files
Update ms.date.
1 parent b4b052c commit f96b523

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/code-quality/c26455.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Learn more about the C26455 DEFAULT_CTOR_NOEXCEPT C++ Core Guidelines Checker warning. Default constructors shouldn't do anything that can throw."
33
title: C26455 DEFAULT_CTOR_NOEXCEPT
4-
ms.date: 12/14/2018
4+
ms.date: 04/29/2022
55
ms.topic: reference
66
f1_keywords: ["C26455"]
77
helpviewer_keywords: ["C26455"]

docs/code-quality/c26456.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
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."
33
title: C26456 DONT_HIDE_OPERATORS
4-
ms.date: 12/14/2018
4+
ms.date: 04/29/2022
55
ms.topic: reference
66
f1_keywords: ["C26456"]
77
helpviewer_keywords: ["C26456"]

docs/code-quality/c26476.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
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."
33
title: C26476 USE_VARIANT
4-
ms.date: 12/14/2018
4+
ms.date: 04/29/2022
55
ms.topic: reference
66
f1_keywords: ["C26476"]
77
helpviewer_keywords: ["C26476"]

docs/code-quality/c26477.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Learn more about the C26477 USE_NULLPTR_NOT_CONSTANT C++ Core Guidelines Checker warning. The nullptr value allows overloads with special null handling."
33
title: C26477 USE_NULLPTR_NOT_CONSTANT
4-
ms.date: 12/14/2018
4+
ms.date: 04/29/2022
55
ms.topic: reference
66
f1_keywords: ["C26477"]
77
helpviewer_keywords: ["C26477"]

docs/code-quality/c26486.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Learn more about the C26486 LIFETIMES_FUNCTION_PRECONDITION_VIOLATION C++ Core Guidelines Checker warning. Don't pass an invalid pointer as a parameter."
33
title: C26486 LIFETIMES_FUNCTION_PRECONDITION_VIOLATION
4-
ms.date: 12/14/2018
4+
ms.date: 04/29/2022
55
ms.topic: reference
66
f1_keywords: ["C26486"]
77
helpviewer_keywords: ["C26486"]

0 commit comments

Comments
 (0)