tmp/tmpiim9z49f/{from.md → to.md}
RENAMED
|
@@ -2,11 +2,11 @@
|
|
| 2 |
|
| 3 |
This section describes the constraints upon, and latitude of,
|
| 4 |
implementations of the C++standard library.
|
| 5 |
|
| 6 |
An implementation’s use of headers is discussed in [[res.on.headers]],
|
| 7 |
-
its use of macros in [[res.on.macro.definitions]],
|
| 8 |
-
[[global.functions]], member functions in [[member.functions]],
|
| 9 |
-
race avoidance in [[res.on.data.races]], access specifiers in
|
| 10 |
[[protection.within.classes]], class derivation in [[derivation]], and
|
| 11 |
exceptions in [[res.on.exception.handling]].
|
| 12 |
|
|
|
|
| 2 |
|
| 3 |
This section describes the constraints upon, and latitude of,
|
| 4 |
implementations of the C++standard library.
|
| 5 |
|
| 6 |
An implementation’s use of headers is discussed in [[res.on.headers]],
|
| 7 |
+
its use of macros in [[res.on.macro.definitions]], non-member functions
|
| 8 |
+
in [[global.functions]], member functions in [[member.functions]],
|
| 9 |
+
data race avoidance in [[res.on.data.races]], access specifiers in
|
| 10 |
[[protection.within.classes]], class derivation in [[derivation]], and
|
| 11 |
exceptions in [[res.on.exception.handling]].
|
| 12 |
|