boostorg / container

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

rebind makes build fail in boost::small_vector with libstdc++-13 and later #243

Closed jcelerier closed 1 year ago

jcelerier commented 1 year ago

Repro: https://gcc.godbolt.org/z/b4TnYdWxK

Coming from this thread: https://github.com/martinus/unordered_dense/issues/73

igaztanaga commented 1 year ago

Thanks for the report!