]> gcc.gnu.org Git - gcc.git/commit
re PR libstdc++/80761 (std::set<T,C,A>::insert_return_type uses wrong iterator type)
authorFrançois Dumont <fdumont@gcc.gnu.org>
Mon, 18 Dec 2017 21:59:17 +0000 (21:59 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Mon, 18 Dec 2017 21:59:17 +0000 (21:59 +0000)
commitadaefe2a50b56505b9745955da5231cd87ce9d8a
tree60b32d5251dadd18b991d374511539b7feaebb6e
parent4a58d2fe83ca6325f6ba4384eb9be6008ad65f3b
re PR libstdc++/80761 (std::set<T,C,A>::insert_return_type uses wrong iterator type)

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.

From-SVN: r255789
libstdc++-v3/ChangeLog
libstdc++-v3/include/debug/map.h
libstdc++-v3/include/debug/set.h
libstdc++-v3/include/debug/unordered_map
libstdc++-v3/include/debug/unordered_set
This page took 0.05896 seconds and 5 git commands to generate.