Boost logo

Boost :

From: Glen Fernandes (glen.fernandes_at_[hidden])
Date: 2021-03-12 15:29:57


On Fri, Mar 12, 2021 at 10:17 AM Marshall Clow via Boost
<boost_at_[hidden]> wrote:
>
> > 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
<boost/core/allocator_access.hpp>.

Glen


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk