You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/code-quality/c26443.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ f1_keywords: ["C26443"]
7
7
helpviewer_keywords: ["C26443"]
8
8
dev_langs: ["C++"]
9
9
---
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
+
10
12
# C26443 NO_EXPLICIT_DTOR_OVERRIDE
11
13
12
14
"Overriding destructor should not use explicit 'override' or 'virtual' specifiers."
0 commit comments