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

  /external/clang/test/SemaTemplate/
explicit-instantiation.cpp 124 namespace undefined_static_data_member { namespace
133 template int A<int>::a; // expected-error {{explicit instantiation of undefined static data member 'a' of class template 'undefined_static_data_member::A<int>'}}
134 template int A<int>::b<int>; // expected-error {{explicit instantiation of undefined variable template 'undefined_static_data_member::A<int>::b<int>'}}
135 template int B::c<int>; // expected-error {{explicit instantiation of undefined variable template 'undefined_static_data_member::B::c<int>'}}

Completed in 275 milliseconds