From Jason Turner

[namespace.future]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpjp_x2jjj/{from.md → to.md} +10 -0
tmp/tmpjp_x2jjj/{from.md → to.md} RENAMED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ##### Namespaces for future standardization <a id="namespace.future">[[namespace.future]]</a>
2
+
3
+ Top level namespaces with a name starting with `std` and followed by a
4
+ non-empty sequence of digits are reserved for future standardization.
5
+ The behavior of a C++program is undefined if it adds declarations or
6
+ 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
+