[C++ PATCH] Unshare template arguments during tsubst (PR c++/44148)

Jason Merrill jason@redhat.com
Sat May 15 13:24:00 GMT 2010


Note that we only really want to unshare arguments for 
TEMPLATE_PARM_INDEX, i.e. non-type parameters; but unsharing a template 
template argument won't have any effect.

Jason



More information about the Gcc-patches mailing list