tmp/tmpghbu_pkc/{from.md → to.md}
RENAMED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
#### Overview <a id="constraints.overview">[[constraints.overview]]</a>
|
| 2 |
|
| 3 |
-
|
| 4 |
-
facilities of the C++standard library. The following subclauses
|
| 5 |
-
constraints on the program’s use of namespaces
|
| 6 |
-
use of various reserved names
|
| 7 |
-
headers
|
| 8 |
-
classes
|
| 9 |
-
functions
|
| 10 |
-
functions during execution
|
| 11 |
|
|
|
|
| 1 |
#### Overview <a id="constraints.overview">[[constraints.overview]]</a>
|
| 2 |
|
| 3 |
+
Subclause [[constraints]] describes restrictions on C++ programs that
|
| 4 |
+
use the facilities of the C++ standard library. The following subclauses
|
| 5 |
+
specify constraints on the program’s use of namespaces
|
| 6 |
+
[[namespace.std]], its use of various reserved names [[reserved.names]],
|
| 7 |
+
its use of headers [[alt.headers]], its use of standard library classes
|
| 8 |
+
as base classes [[derived.classes]], its definitions of replacement
|
| 9 |
+
functions [[replacement.functions]], and its installation of handler
|
| 10 |
+
functions during execution [[handler.functions]].
|
| 11 |
|