tmp/tmpc894myrb/{from.md → to.md}
RENAMED
|
@@ -50,10 +50,11 @@ objects shall be placed in a valid but unspecified state.
|
|
| 50 |
[conventions]: #conventions
|
| 51 |
[cpp.include]: cpp.md#cpp.include
|
| 52 |
[cstdint]: language.md#cstdint
|
| 53 |
[dcl.array]: dcl.md#dcl.array
|
| 54 |
[dcl.attr]: dcl.md#dcl.attr
|
|
|
|
| 55 |
[dcl.fct.default]: dcl.md#dcl.fct.default
|
| 56 |
[dcl.fct.spec]: dcl.md#dcl.fct.spec
|
| 57 |
[dcl.init]: dcl.md#dcl.init
|
| 58 |
[dcl.link]: dcl.md#dcl.link
|
| 59 |
[definitions]: #definitions
|
|
@@ -114,10 +115,11 @@ objects shall be placed in a valid but unspecified state.
|
|
| 114 |
[nullablepointer.requirements]: #nullablepointer.requirements
|
| 115 |
[numeric.requirements]: numerics.md#numeric.requirements
|
| 116 |
[numerics]: numerics.md#numerics
|
| 117 |
[objects.within.classes]: #objects.within.classes
|
| 118 |
[organization]: #organization
|
|
|
|
| 119 |
[over.match]: over.md#over.match
|
| 120 |
[over.oper]: over.md#over.oper
|
| 121 |
[protection.within.classes]: #protection.within.classes
|
| 122 |
[re]: re.md#re
|
| 123 |
[reentrancy]: #reentrancy
|
|
@@ -250,11 +252,11 @@ objects shall be placed in a valid but unspecified state.
|
|
| 250 |
|
| 251 |
[^20]: This is the same as the Standard C library.
|
| 252 |
|
| 253 |
[^21]: The only reliable way to declare an object or function signature
|
| 254 |
from the Standard C library is by including the header that declares
|
| 255 |
-
it, notwithstanding the latitude granted in 7.1.
|
| 256 |
|
| 257 |
[^22]: Any library code that instantiates other library templates must
|
| 258 |
be prepared to work adequately with any user-supplied specialization
|
| 259 |
that meets the minimum requirements of the Standard.
|
| 260 |
|
|
|
|
| 50 |
[conventions]: #conventions
|
| 51 |
[cpp.include]: cpp.md#cpp.include
|
| 52 |
[cstdint]: language.md#cstdint
|
| 53 |
[dcl.array]: dcl.md#dcl.array
|
| 54 |
[dcl.attr]: dcl.md#dcl.attr
|
| 55 |
+
[dcl.constexpr]: dcl.md#dcl.constexpr
|
| 56 |
[dcl.fct.default]: dcl.md#dcl.fct.default
|
| 57 |
[dcl.fct.spec]: dcl.md#dcl.fct.spec
|
| 58 |
[dcl.init]: dcl.md#dcl.init
|
| 59 |
[dcl.link]: dcl.md#dcl.link
|
| 60 |
[definitions]: #definitions
|
|
|
|
| 115 |
[nullablepointer.requirements]: #nullablepointer.requirements
|
| 116 |
[numeric.requirements]: numerics.md#numeric.requirements
|
| 117 |
[numerics]: numerics.md#numerics
|
| 118 |
[objects.within.classes]: #objects.within.classes
|
| 119 |
[organization]: #organization
|
| 120 |
+
[ostream.iterator.ops]: iterators.md#ostream.iterator.ops
|
| 121 |
[over.match]: over.md#over.match
|
| 122 |
[over.oper]: over.md#over.oper
|
| 123 |
[protection.within.classes]: #protection.within.classes
|
| 124 |
[re]: re.md#re
|
| 125 |
[reentrancy]: #reentrancy
|
|
|
|
| 252 |
|
| 253 |
[^20]: This is the same as the Standard C library.
|
| 254 |
|
| 255 |
[^21]: The only reliable way to declare an object or function signature
|
| 256 |
from the Standard C library is by including the header that declares
|
| 257 |
+
it, notwithstanding the latitude granted in 7.1.4 of the C Standard.
|
| 258 |
|
| 259 |
[^22]: Any library code that instantiates other library templates must
|
| 260 |
be prepared to work adequately with any user-supplied specialization
|
| 261 |
that meets the minimum requirements of the Standard.
|
| 262 |
|