boostorg / bimap

Boost.org bimap module
http://boost.org/libs/bimap
20 stars 48 forks source link

bimap broken with C++20 GCC 10 due to allocator changes #23

Closed mgaunard closed 4 years ago

mgaunard commented 4 years ago

A number of things have been removed from std::allocator, which breaks bimap.

glenfe commented 4 years ago

Addressed in 83f4f27f3a3744bb27687362dc3ca73453a66090 and 6fba6e5de3a5d9b0675a875fdac8aad9238d6dd8 .