boostorg / container

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

dtl vs std pair #264

Closed psiha closed 4 weeks ago

psiha commented 6 months ago

Any plans on finally ditching all the hundreds of LOCs for 'the pre-ancient days'/moving to at least cpp17? Or at the very least using std::pair instead of dtl::pair - it leaks through in associative containers and adopted sequences?

igaztanaga commented 4 weeks ago

This does not seem a bug report, I'm afraid. In any case, starting from commit:

https://github.com/boostorg/container/commit/20ad12f20e661978e90dc7f36d8ab8ac05e5a5a9

dtl::pair is not used in the implementation for C++11 and later compilers