HomeSort by relevance Sort by last modified time
    Searched full:wrong_inst_undefined (Results 1 - 1 of 1) sorted by null

  /external/clang/test/SemaCXX/
cxx1y-variable-templates_in_class.cpp 74 template<typename T> static T wrong_inst_undefined = T(10); // expected-note {{refers here}} member in class:non_const_init::A
79 template const int A::wrong_inst_undefined<const int>; // expected-error {{undefined}} member in class:non_const_init::A

Completed in 58 milliseconds