[Bug libstdc++/80761] std::set<T,C,A>::insert_return_type uses wrong iterator type

fdumont at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Dec 18 21:59:00 GMT 2017


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  <fdumont@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


More information about the Gcc-bugs mailing list