This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ PATCH to unification of initializer lists


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]