Searched refs:non_const_derived (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dcxx0x-cursory-default-delete.cpp33 struct non_const_derived : non_const_copy { struct in inherits:non_const_copy
34 non_const_derived(const non_const_derived&) = default; // expected-error {{requires it to be non-const}}
35 non_const_derived& operator =(non_const_derived&) = default;

Completed in 52 milliseconds