class.c
304 KB
-
PR c++/89381 - implicit copy and using-declaration. · 2de5d0ea
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
Jason Merrill committed