https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89700

Igor Klevanets <cerevra at yandex dot ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cerevra at yandex dot ru

--- Comment #2 from Igor Klevanets <cerevra at yandex dot ru> ---
(In reply to Jonathan Wakely from comment #1)
> A class might intentionally want to copy so its members are never left in a
> moved-from state

(In reply to Jonathan Wakely from comment #1)
> They can't delete the move constructor (that makes the class non-movable)

If I am not mistaken, these concepts conflict with each other.
Could you describe example for such class?

Reply via email to