tmp/tmpq10hh3q6/{from.md → to.md}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
##### Namespaces for future standardization <a id="namespace.future">[[namespace.future]]</a>
|
| 2 |
|
| 3 |
-
Top
|
| 4 |
-
|
| 5 |
-
The behavior of a C++program is undefined if it adds
|
| 6 |
-
definitions to such a namespace.
|
| 7 |
|
| 8 |
-
[*Example 1*: The top
|
| 9 |
future revisions of this International Standard. — *end example*]
|
| 10 |
|
|
|
|
| 1 |
##### Namespaces for future standardization <a id="namespace.future">[[namespace.future]]</a>
|
| 2 |
|
| 3 |
+
Top-level namespaces whose *namespace-name* consists of `std` followed
|
| 4 |
+
by one or more *digit*s [[lex.name]] are reserved for future
|
| 5 |
+
standardization. The behavior of a C++ program is undefined if it adds
|
| 6 |
+
declarations or definitions to such a namespace.
|
| 7 |
|
| 8 |
+
[*Example 1*: The top-level namespace `std2` is reserved for use by
|
| 9 |
future revisions of this International Standard. — *end example*]
|
| 10 |
|