Only apply the parameter pack matching of C++0x [temp.arg.template]p3
when we're actually matching a template template argument to a template template parameter. Otherwise, use strict matching. Fixes <rdar://problem/8859985> clang++: variadics and out-of-line definitions. llvm-svn: 123385
Loading
Please register or sign in to comment