diff options
Diffstat (limited to 'test/CXX/temp/temp.decls/temp.variadic/parameter-matching.cpp')
-rw-r--r-- | test/CXX/temp/temp.decls/temp.variadic/parameter-matching.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CXX/temp/temp.decls/temp.variadic/parameter-matching.cpp b/test/CXX/temp/temp.decls/temp.variadic/parameter-matching.cpp index 7352be2d72..126a0961b1 100644 --- a/test/CXX/temp/temp.decls/temp.variadic/parameter-matching.cpp +++ b/test/CXX/temp/temp.decls/temp.variadic/parameter-matching.cpp @@ -19,3 +19,5 @@ template<template<typename T> class> struct X1tt; // expected-error{{template ty template<template<typename T> class> struct X2tt; // expected-note{{previous template type parameter declared here}} template<template<typename ...T> class> struct X2tt; // expected-error{{template type parameter pack conflicts with previous template type parameter}} + +// FIXME: Add checks for non-type template parameter packs, template parameter packs |