From Jason Turner

[derivation]

Diff to HTML by rtfpessoa

tmp/tmpzfc7mp4r/{from.md → to.md} RENAMED
@@ -10,9 +10,12 @@ through a hierarchy of base classes with names reserved to the
10
  implementation.
11
 
12
  In any case:
13
 
14
  - Every base class described as `virtual` shall be virtual;
15
- - Every base class described as non-`virtual` shall not be virtual;
16
  - Unless explicitly stated otherwise, types with distinct names shall be
17
- distinct types.[^30]
 
 
 
18
 
 
10
  implementation.
11
 
12
  In any case:
13
 
14
  - Every base class described as `virtual` shall be virtual;
15
+ - Every base class not specified as `virtual` shall not be virtual;
16
  - Unless explicitly stated otherwise, types with distinct names shall be
17
+ distinct types.[^27]
18
+
19
+ All types specified in the C++standard library shall be non-`final`
20
+ types unless otherwise specified.
21