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