boostorg / container

STL-like containers from Boost
http://www.boost.org/libs/container/
Boost Software License 1.0
100 stars 116 forks source link

flat_map/map::insert_or_assign with hint has wrong return types #117

Closed igaztanaga closed 5 years ago

igaztanaga commented 5 years ago

Those overloads return "std::pair<iterator, bool>" instead of just "iterator". It must be fixed and better unit tested.