From Jason Turner

[namespace.future]

Diff to HTML by rtfpessoa

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 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
 
 
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