tmp/tmps8u0jig6/{from.md → to.md}
RENAMED
|
@@ -1,20 +1,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, [^
|
| 6 |
namespace.
|
| 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
|
| 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
|
| 17 |
external linkage is reserved to the implementation for use as a function
|
| 18 |
-
signature with both `extern "C"` and `extern "C++"` linkage,
|
| 19 |
a name of namespace scope in the global namespace.
|
| 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] both in namespace `std` and in the global
|
| 6 |
namespace.
|
| 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.[^23]
|
| 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,[^24] or as
|
| 19 |
a name of namespace scope in the global namespace.
|
| 20 |
|