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

/external/clang/test/SemaCXX/
H A Dcxx0x-cursory-default-delete.cpp9 struct non_const_copy { struct
10 non_const_copy(non_const_copy&);
11 non_const_copy& operator = (non_const_copy&) &;
12 non_const_copy& operator = (non_const_copy&) &&;
13 non_const_copy() = default; // expected-note {{not viable}}
15 non_const_copy::non_const_copy(non_const_cop
[all...]

Completed in 395 milliseconds