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: [PATCH] Fix PR c++/60033


On 03/04/2014 02:58 PM, Adam Butcher wrote:
	PR c++/60033
	* pt.c (retrieve_specialization): When retrieving a capture pack from a
	generic lambda, remove the lambda's own template argument list prior to
	fetching the specialization.

I think I'd prefer to handle this at the call site in tsubst_copy.

Jason


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