This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/72580] Cannot throw non movable object


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

Gleb Natapov <gleb at scylladb dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |FIXED

--- Comment #2 from Gleb Natapov <gleb at scylladb dot com> ---
As far as I see it talks about copy constructor not move constructor. Clang
compiles the code just fine.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]