tmp/tmpkp4019n8/{from.md → to.md}
RENAMED
|
@@ -1,15 +1,15 @@
|
|
| 1 |
#### Derived classes <a id="derivation">[[derivation]]</a>
|
| 2 |
|
| 3 |
-
An implementation may derive any class in the C++standard library from
|
| 4 |
-
class with a name reserved to the implementation.
|
| 5 |
|
| 6 |
Certain classes defined in the C++ standard library are required to be
|
| 7 |
-
derived from other classes in the C++standard library. An
|
| 8 |
-
may derive such a class directly from the required base
|
| 9 |
-
through a hierarchy of base classes with names reserved to
|
| 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;
|
|
|
|
| 1 |
#### Derived classes <a id="derivation">[[derivation]]</a>
|
| 2 |
|
| 3 |
+
An implementation may derive any class in the C++ standard library from
|
| 4 |
+
a class with a name reserved to the implementation.
|
| 5 |
|
| 6 |
Certain classes defined in the C++ standard library are required to be
|
| 7 |
+
derived from other classes in the C++ standard library. An
|
| 8 |
+
implementation may derive such a class directly from the required base
|
| 9 |
+
or indirectly through a hierarchy of base classes with names reserved to
|
| 10 |
+
the 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;
|