Searched refs:ImplicitNonConstCopy1 (Results 1 – 2 of 2) sorted by relevance
18 struct ImplicitNonConstCopy1 : NonConstCopy { // expected-note {{candidate constructor}} struct19 ImplicitNonConstCopy1(); // expected-note {{candidate constructor}}36 void test_non_const_copy(const ImplicitNonConstCopy1 &cincc1, in test_non_const_copy()40 …(void)sizeof(ImplicitNonConstCopy1(cincc1)); // expected-error{{no matching conversion for functio… in test_non_const_copy()
18 struct ImplicitNonConstCopy1 : NonConstCopy { // expected-note{{the implicit copy assignment opera… struct19 ImplicitNonConstCopy1();36 void test_non_const_copy(const ImplicitNonConstCopy1 &cincc1, in test_non_const_copy()41 (void)sizeof(ImplicitNonConstCopy1() = cincc1); // expected-error{{no viable overloaded '='}} in test_non_const_copy()