From Jason Turner

[reserved.names.general]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpxdeqh9bt/{from.md → to.md} +12 -0
tmp/tmpxdeqh9bt/{from.md → to.md} RENAMED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ##### General <a id="reserved.names.general">[[reserved.names.general]]</a>
2
+
3
+ The C++ standard library reserves the following kinds of names:
4
+
5
+ - macros
6
+ - global names
7
+ - names with external linkage
8
+
9
+ If a program declares or defines a name in a context where it is
10
+ reserved, other than as explicitly allowed by [[library]], its behavior
11
+ is undefined.
12
+