12 Mar
2021
12 Mar
'21
3:29 p.m.
On Fri, Mar 12, 2021 at 10:17 AM Marshall Clow via Boost
boost\unordered\detail\implementation.hpp(1452,7): warning C4996: 'std::allocator<T>::is_always_equal': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning.
I have no information about this one.
— Marshall
I can take care of that one by having unordered use
boost::allocator_is_always_equal from