PR c++/89381 - implicit copy and using-declaration.
Here the used base<int>::operator= gets into the list of foo's bindings for operator=, but it shouldn't make the copy ctor deleted. * class.c (classtype_has_move_assign_or_move_ctor_p): Don't consider op= brought in by a using-declaration. From-SVN: r269442
Showing
gcc/testsuite/g++.dg/cpp0x/implicit16.C
0 → 100644
Please
register
or
sign in
to comment