llvm-project/clang/test/CXX/temp/temp.spec/temp.inst
Richard Smith 4b38ded66a Instantiating a class template should not instantiate the definition of any
scoped enumeration members. Later uses of an enumeration temploid as a nested
name specifier should cause its instantiation. Plus some groundwork for
explicit specialization of member enumerations of class templates.

llvm-svn: 152750
2012-03-14 23:13:10 +00:00
..
p1.cpp Instantiating a class template should not instantiate the definition of any 2012-03-14 23:13:10 +00:00
p11.cpp