On 12/18/2014 10:10 AM, Kai Tietz wrote:
+ if (TMPL_ARGS_DEPTH (args) > TMPL_PARMS_DEPTH (tmpl_parms)) + args = get_innermost_template_args + (args, TMPL_PARMS_DEPTH (tmpl_parms));
It seems unlikely to be correct to arbitrarily strip off outer template args. Where did the mismatch come from?
Jason