Skip to content

Commit d90b35a

Browse files
authored
Merge pull request MicrosoftDocs#3272 from JordanMaples/patch-28
Add note of C26443's removal from CppCoreCheck
2 parents be76de4 + c098a68 commit d90b35a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/code-quality/c26443.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ ms.topic: "reference"
66
f1_keywords: ["C26443"]
77
helpviewer_keywords: ["C26443"]
88
dev_langs: ["C++"]
9+
description: Rule concerning overriding destructors
910
---
11+
1012
# C26443 NO_EXPLICIT_DTOR_OVERRIDE
1113

1214
"Overriding destructor should not use explicit 'override' or 'virtual' specifiers."
1315

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+
1418
## C++ Core Guidelines
1519

1620
[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)