Daniel James 7de8c91301 Remove calls to const_cast_pointer
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.
2017-04-18 10:14:26 +01:00
2017-04-15 20:52:00 +01:00
2014-06-16 22:43:54 +01:00
2017-04-18 10:14:26 +01:00
2017-02-19 13:05:17 +00:00
2014-01-26 13:44:38 +00:00
S
Description
Boost.org unordered module
BSL-1.0 30 MiB
Languages
C++ 98.6%
Python 0.8%
CMake 0.5%