Home | Sort by relevance Sort by last modified time |
/external/clang/test/SemaCXX/ | |
cxx1y-variable-templates_in_class.cpp | 75 template<typename T> static T wrong_inst_defined = T(10); // expected-error {{non-const static data member must be initialized out of line}} member in class:non_const_init::A 81 template<typename T> T A::wrong_inst_defined; member in class:non_const_init::A 82 template const int A::wrong_inst_defined<const int>; member in class:non_const_init::A 83 template int A::wrong_inst_defined<int>; // expected-note {{in instantiation of static data member 'non_const_init::A::wrong_inst_defined<int>' requested here}} member in class:non_const_init::A |