[Bug c++/84283] [8 Regression] std::map::insert(const_iterator, P&&) now ambiguous with std::map::insert(InputIterator, InputIterator)
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Feb 8 14:33:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84283
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason at gcc dot gnu.org
Summary|std::map::insert(const_iter |[8 Regression]
|ator, P&&) now ambiguous |std::map::insert(const_iter
|with |ator, P&&) now ambiguous
|std::map::insert(InputItera |with
|tor, InputIterator) |std::map::insert(InputItera
| |tor, InputIterator)
--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Started to be rejected with r256866
More information about the Gcc-bugs
mailing list