$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: STEAG Energy Services GmbH (Tobias.Loew_at_[hidden])
Date: 2021-03-15 10:21:58
Hi,
I've made a fix for the deprecation-warning:
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.
The PR is here: https://github.com/boostorg/unordered/pull/21
Tobias