https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80761
--- Comment #5 from François Dumont <fdumont at gcc dot gnu.org> --- Author: fdumont Date: Mon Dec 18 21:59:17 2017 New Revision: 255789 URL: https://gcc.gnu.org/viewcvs?rev=255789&root=gcc&view=rev Log: 2017-11-20 François Dumont <fdum...@gcc.gnu.org> PR libstdc++/80761 * include/debug/map.h (std::__debug::map<>::insert_return_type): Define using _Node_insert_return. * include/debug/set.h (std::__debug::set<>::insert_return_type): Likewise. * include/debug/unordered_map: (std::__debug::unordered_map<>::insert_return_type): Likewise. * include/debug/unordered_set: (std::__debug::unordered_set<>::insert_return_type): Likewise. Modified: trunk/libstdc++-v3/ChangeLog trunk/libstdc++-v3/include/debug/map.h trunk/libstdc++-v3/include/debug/set.h trunk/libstdc++-v3/include/debug/unordered_map trunk/libstdc++-v3/include/debug/unordered_set