Skip to content

Commit c098a68

Browse files
authored
Update c26443.md
1 parent 7957d0f commit c098a68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/code-quality/c26443.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ ms.topic: "reference"
66
f1_keywords: ["C26443"]
77
helpviewer_keywords: ["C26443"]
88
dev_langs: ["C++"]
9+
description: Rule concerning overriding destructors
910
---
10-
This warning was removed as of Visual Studio 16.8 Preview 4 to reflect [changes to C.128 in the C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines/pull/1448).
1111

1212
# C26443 NO_EXPLICIT_DTOR_OVERRIDE
1313

1414
"Overriding destructor should not use explicit 'override' or 'virtual' specifiers."
1515

16+
This warning was removed as of Visual Studio 16.8 Preview 4 to reflect [changes to C.128 in the C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines/pull/1448).
17+
1618
## C++ Core Guidelines
1719

1820
[C.128: Virtual functions should specify exactly one of virtual, override, or final](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md).

0 commit comments

Comments
 (0)