Skip to content

Commit e186045

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#2590 from MicrosoftDocs/master637406335912396414
Repo sync for protected CLA branch
2 parents 44be0d2 + b38485b commit e186045

File tree

2 files changed

+172
-165
lines changed

2 files changed

+172
-165
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)