boostorg / multi_index

Boost.org multi_index module
http://boost.org/libs/multi_index
45 stars 59 forks source link

Most members of std::allocate are deprecated in C++17 #14

Closed DanielaE closed 6 years ago

DanielaE commented 6 years ago

Replace them by their cousins from std::allocator_traits.

Signed-off-by: Daniela Engert dani@ngrt.de

joaquintides commented 6 years ago

Hi Daniela, thanks for your contribution, just merged to develop.