OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:non_const_derived
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
cxx0x-cursory-default-delete.cpp
33
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 226 milliseconds