llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec
Richard Smith 57aae07b4a DR1315: a non-type template argument in a partial specialization is permitted
to make reference to template parameters. This is only a partial
implementation; we retain the restriction that the argument must not be
type-dependent, since it's unclear how that would work given the existence of
other language rules requiring an exact type match in this context, even for
type-dependent cases (a question has been raised on the core reflector).

llvm-svn: 290647
2016-12-28 02:37:25 +00:00
..
temp.class.order
temp.class.spec.mfunc
p6.cpp
p8-0x.cpp DR1315: a non-type template argument in a partial specialization is permitted 2016-12-28 02:37:25 +00:00
p8-1y.cpp DR1315: a non-type template argument in a partial specialization is permitted 2016-12-28 02:37:25 +00:00
p9-0x.cpp
p9.cpp