On 03/25/2010 10:32 AM, Dodji Seketeli wrote: > + outer_args > + ? add_to_template_args (outer_args, > + partial_spec_args) > + : partial_spec_args, Rather than this I'd call add_to_template_args unconditionally and fix it to handle null ARGS. Jason