From: Daniel Arndt Date: Mon, 19 Feb 2024 14:38:05 +0000 (-0500) Subject: Fix bundled boost 1.70.0 to avoid using std::unary_function X-Git-Tag: relicensing~23^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16669%2Fhead;p=dealii.git Fix bundled boost 1.70.0 to avoid using std::unary_function --- diff --git a/bundled/boost-1.70.0/include/boost/container_hash/hash.hpp b/bundled/boost-1.70.0/include/boost/container_hash/hash.hpp index 76de7939eb..78ed5e1501 100644 --- a/bundled/boost-1.70.0/include/boost/container_hash/hash.hpp +++ b/bundled/boost-1.70.0/include/boost/container_hash/hash.hpp @@ -118,7 +118,7 @@ namespace boost { namespace hash_detail { -#if defined(_HAS_AUTO_PTR_ETC) && !_HAS_AUTO_PTR_ETC +#if defined(BOOST_NO_CXX98_FUNCTION_BASE) template struct hash_base {