This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of C++17 status.
Section: 16.4.6.12 [derivation] Status: C++17 Submitter: Great Britain Opened: 2017-02-03 Last modified: 2020-09-06
Priority: Not Prioritized
View all issues with C++17 status.
Discussion:
Addresses GB 36
For bullet (3.2), no base classes are described as non-virtual. Rather, base classes are not specified as virtual, a subtly different negative.
Proposed change:
Rewrite bullet 3.2:
Every base class not specified as virtual shall not be virtual;
[Kona 2017-03-01]
Accepted as Immediate to resolve NB comment.
Proposed resolution:
This wording is relative to N4640.
Modify 16.4.6.12 [derivation] paragraph 3.2 as indicated:
Every base class described as non-virtual shall not be virtual;Every base class not specified as virtual shall not be virtual;