C++ PATCH to unification of initializer lists

Gabriel Dos Reis dosreis@gmail.com
Tue Feb 24 18:51:00 GMT 2009


On Mon, Feb 23, 2009 at 2:27 PM, Jason Merrill <jason@redhat.com> wrote:
> My implementation of deduction from an initializer list wasn't doing the
> normal adjustment of argument/parameter types for deduction from a call,
> which prevents deduction of initializer_list<const char *> from a list of C
> strings.  Fixed thus.

Thanks!

-- Gaby



More information about the Gcc-patches mailing list