Skip to content

Commit 7957d0f

Browse files
authored
Add note of C26443's removal from CppCoreCheck
1 parent be76de4 commit 7957d0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/code-quality/c26443.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ f1_keywords: ["C26443"]
77
helpviewer_keywords: ["C26443"]
88
dev_langs: ["C++"]
99
---
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).
11+
1012
# C26443 NO_EXPLICIT_DTOR_OVERRIDE
1113

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

0 commit comments

Comments
 (0)