Searched refs:non_const_derived (Results 1 – 1 of 1) sorted by relevance
126 struct non_const_derived : non_const_copy { struct127 …non_const_derived(const non_const_derived&) = default; // expected-error {{requires it to be non-c…128 non_const_derived& operator =(non_const_derived&) = default;