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

  /external/clang/test/SemaCXX/
cxx1y-variable-templates_top_level.cpp 169 template<typename=int> int missing_args; // expected-note {{here}} member in namespace:explicit_instantiation
170 template int missing_args; // expected-error {{must specify a template argument list}} member in namespace:explicit_instantiation

Completed in 632 milliseconds