From Jason Turner

[diff.cpp14.library]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmppxtc167g/{from.md → to.md} +10 -0
tmp/tmppxtc167g/{from.md → to.md} RENAMED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ### Clause [[library]]: library introduction <a id="diff.cpp14.library">[[diff.cpp14.library]]</a>
2
+
3
+ [[namespace.future]] **Change:** New reserved namespaces. **Rationale:**
4
+ Reserve namespaces for future revisions of the standard library that
5
+ might otherwise be incompatible with existing programs. **Effect on
6
+ original feature:** The global namespaces `std` followed by an arbitrary
7
+ sequence of digits is reserved for future standardization. Valid
8
+ C++14code that uses such a top-level namespace, e.g., `std2`, may be
9
+ invalid in this International Standard.
10
+