aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/temp/temp.decls/temp.variadic/parameter-matching.cpp
AgeCommit message (Expand)Author
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-01-13Only apply the parameter pack matching of C++0x [temp.arg.template]p3Douglas Gregor
2011-01-05Implement proper parameter pack matching for non-type templateDouglas Gregor
2011-01-05Implement support for template template parameter packs, e.g.,Douglas Gregor
2010-06-04When checking for equality of template parameter lists, a templateDouglas Gregor