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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Filip Gawin from comment #3)
> But you can see that interesting part via link, on github.

i.e. it's fixed in current releases (the last 6.x release is due soon and the
branch is already frozen, so this isn't going to get fixed for 6.5)

This is not a bug anyway, there was no insert(value_type&&) member in C++11 or
C++14, so this was expected to fail.

It was added for C++17 and that's been implemented in more recent versions of
GCC.

*** This bug has been marked as a duplicate of bug 82522 ***

Reply via email to