This is the mail archive of the gcc-bugs@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]

[Bug c++/55680] [C++11] Member specialization with lambda is rejected


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55680

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> 2013-02-14 04:30:36 UTC ---
Author: jason
Date: Thu Feb 14 04:30:26 2013
New Revision: 196042

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196042
Log:
    PR c++/55680
    * pt.c (maybe_process_partial_specialization): A lambda
    isn't what's being specialized.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template8.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c


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