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]: array deduction


Nathan Sidwell <nathan@codesourcery.com> writes:

| [1  <text/plain; us-ascii (7bit)>]
| Hi,
| I've installed the attached obvious patch, which fixes an array deduction.
| We'd fail to deduce that 'T const (&)[I]' would match 'int [4]' for instance.

Thanks for doing this -- this was a regression added sometime ago.

-- Gaby


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