From Jason Turner

[initializer.list.syn]

Diff to HTML by rtfpessoa

tmp/tmpoo35cl5t/{from.md → to.md} RENAMED
@@ -30,11 +30,11 @@ An object of type `initializer_list<E>` provides access to an array of
30
  objects of type `const E`.
31
 
32
  [*Note 1*: A pair of pointers or a pointer plus a length would be
33
  obvious representations for `initializer_list`. `initializer_list` is
34
  used to implement initializer lists as specified in  [[dcl.init.list]].
35
- Copying an initializer list does not copy the underlying
36
  elements. — *end note*]
37
 
38
  If an explicit specialization or partial specialization of
39
  `initializer_list` is declared, the program is ill-formed.
40
 
 
30
  objects of type `const E`.
31
 
32
  [*Note 1*: A pair of pointers or a pointer plus a length would be
33
  obvious representations for `initializer_list`. `initializer_list` is
34
  used to implement initializer lists as specified in  [[dcl.init.list]].
35
+ Copying an `initializer_list` does not copy the underlying
36
  elements. — *end note*]
37
 
38
  If an explicit specialization or partial specialization of
39
  `initializer_list` is declared, the program is ill-formed.
40