mirror of
https://github.com/boostorg/unordered.git
synced 2026-04-28 18:02:21 +02:00
7de8c91301728e95515f2cd0d8c6411a619cf0cb
It was needed because std::allocator_traits::construct doesn't work with a const pointer (e.g. pointer to the first member of a std::pair). But now we're only calling construct if BOOST_UNORDERED_CXX11_CONSTRUCTION is true, so the allocator_traits::construct is no longer used here.
Description
Languages
C++
98.6%
Python
0.8%
CMake
0.5%