tmp/tmp75t4jvao/{from.md → to.md}
RENAMED
|
@@ -39,11 +39,11 @@ An object of type `initializer_list<E>` provides access to an array of
|
|
| 39 |
objects of type `const E`.
|
| 40 |
|
| 41 |
[*Note 1*: A pair of pointers or a pointer plus a length would be
|
| 42 |
obvious representations for `initializer_list`. `initializer_list` is
|
| 43 |
used to implement initializer lists as specified in [[dcl.init.list]].
|
| 44 |
-
Copying an
|
| 45 |
elements. — *end note*]
|
| 46 |
|
| 47 |
If an explicit specialization or partial specialization of
|
| 48 |
`initializer_list` is declared, the program is ill-formed.
|
| 49 |
|
|
|
|
| 39 |
objects of type `const E`.
|
| 40 |
|
| 41 |
[*Note 1*: A pair of pointers or a pointer plus a length would be
|
| 42 |
obvious representations for `initializer_list`. `initializer_list` is
|
| 43 |
used to implement initializer lists as specified in [[dcl.init.list]].
|
| 44 |
+
Copying an `initializer_list` does not copy the underlying
|
| 45 |
elements. — *end note*]
|
| 46 |
|
| 47 |
If an explicit specialization or partial specialization of
|
| 48 |
`initializer_list` is declared, the program is ill-formed.
|
| 49 |
|