tmp/tmpl2p3327o/{from.md → to.md}
RENAMED
|
@@ -1,20 +1,22 @@
|
|
| 1 |
##### External linkage <a id="extern.names">[[extern.names]]</a>
|
| 2 |
|
| 3 |
Each name declared as an object with external linkage in a header is
|
| 4 |
reserved to the implementation to designate that library object with
|
| 5 |
-
external linkage, [^
|
| 6 |
-
|
|
|
|
| 7 |
|
| 8 |
Each global function signature declared with external linkage in a
|
| 9 |
header is reserved to the implementation to designate that function
|
| 10 |
-
signature with external linkage.[^
|
| 11 |
|
| 12 |
Each name from the C standard library declared with external linkage is
|
| 13 |
reserved to the implementation for use as a name with `extern "C"`
|
| 14 |
linkage, both in namespace `std` and in the global namespace.
|
| 15 |
|
| 16 |
Each function signature from the C standard library declared with
|
| 17 |
external linkage is reserved to the implementation for use as a function
|
| 18 |
-
signature with both `extern "C"` and `extern "C++"` linkage,[^
|
| 19 |
-
|
|
|
|
| 20 |
|
|
|
|
| 1 |
##### External linkage <a id="extern.names">[[extern.names]]</a>
|
| 2 |
|
| 3 |
Each name declared as an object with external linkage in a header is
|
| 4 |
reserved to the implementation to designate that library object with
|
| 5 |
+
external linkage, [^22]
|
| 6 |
+
|
| 7 |
+
both in namespace `std` and in the global namespace.
|
| 8 |
|
| 9 |
Each global function signature declared with external linkage in a
|
| 10 |
header is reserved to the implementation to designate that function
|
| 11 |
+
signature with external linkage.[^23]
|
| 12 |
|
| 13 |
Each name from the C standard library declared with external linkage is
|
| 14 |
reserved to the implementation for use as a name with `extern "C"`
|
| 15 |
linkage, both in namespace `std` and in the global namespace.
|
| 16 |
|
| 17 |
Each function signature from the C standard library declared with
|
| 18 |
external linkage is reserved to the implementation for use as a function
|
| 19 |
+
signature with both `extern "C"` and `extern "C++"` linkage,[^24]
|
| 20 |
+
|
| 21 |
+
or as a name of namespace scope in the global namespace.
|
| 22 |
|