When creating an implicit conversion sequence for a reference of type T from an
initializer list containing a single element of type T, be sure to mark the sequence as a list conversion sequence so that it is known to be worse than an implicit conversion sequence that initializes a std::initializer_list object. llvm-svn: 190115
Loading
Please register or sign in to comment