Home | Sort by relevance Sort by last modified time |
/external/clang/test/SemaCXX/ | |
cxx1y-variable-templates_top_level.cpp | 133 T pi0c = T(3.1415926535897932385); // expected-note {{variable template 'pi0c' declared here}} member in namespace:explicit_instantiation 134 template int pi0c<const int>; // expected-error {{type 'int' of explicit instantiation of 'pi0c' does not match expected type 'const int'}} member in namespace:explicit_instantiation |