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

  /external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp 72 struct bad_base_default : no_default { // expected-note {{base class 'no_default' has a deleted default constructor}} struct in inherits:no_default
74 bad_base_default bbd; // expected-error {{call to implicitly-deleted default constructor}}

Completed in 66 milliseconds