From Jason Turner

[over.match.list]

Diff to HTML by rtfpessoa

tmp/tmprek3q4dy/{from.md → to.md} RENAMED
@@ -17,11 +17,11 @@ resolution selects the constructor in two phases:
17
  consists of the elements of the initializer list.
18
 
19
  In copy-list-initialization, if an explicit constructor is chosen, the
20
  initialization is ill-formed.
21
 
22
- [*Note 1*: This differs from other situations ([[over.match.ctor]],
23
- [[over.match.copy]]), where only converting constructors are considered
24
- for copy-initialization. This restriction only applies if this
25
- initialization is part of the final result of overload
26
- resolution. — *end note*]
27
 
 
17
  consists of the elements of the initializer list.
18
 
19
  In copy-list-initialization, if an explicit constructor is chosen, the
20
  initialization is ill-formed.
21
 
22
+ [*Note 1*: This differs from other situations
23
+ [[over.match.ctor]], [[over.match.copy]], where only converting
24
+ constructors are considered for copy-initialization. This restriction
25
+ only applies if this initialization is part of the final result of
26
+ overload resolution. — *end note*]
27