aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/temp/temp.decls/temp.variadic/metafunctions.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-13Implement C++0x [temp.arg.template]p3, which allows slightly fuzzyDouglas Gregor
2011-01-05Initial implementation of function parameter packs. This implementation allows:Douglas Gregor
2011-01-05When we're converting deduced template arguments to the type of theDouglas Gregor
2011-01-05Replace the representation of template template argument packDouglas Gregor
2011-01-05Implement support for template template parameter packs, e.g.,Douglas Gregor
2011-01-04When creating the injected-class-name for a class template involving aDouglas Gregor
2011-01-03Add a test that is currently failingDouglas Gregor
2011-01-03Another variadic template metafunction test case: summing values.Douglas Gregor
2011-01-03Implement support for pack expansions whose pattern is a non-typeDouglas Gregor
2011-01-03Consolidate template metafunction tests for variadic templates into a single ...Douglas Gregor