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::insert ambiguous with initializer list & pairs that need to convert #102

Closed Sairony closed 3 years ago

Sairony commented 5 years ago

This still seems broken, there's an old trac issue here about it. Are the trickery pokery with movable_value_type even needed on modern compilers? If not it would be nice if these overloads could be conditionally removed in these cases.

igaztanaga commented 3 years ago

Many thanks for the report and your huge patience.