From 458ab3cff2cfc6ad249683ed4dd6cf760133d197 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 19 Feb 2024 09:38:05 -0500 Subject: [PATCH] Fix bundled boost 1.70.0 to avoid using std::unary_function --- bundled/boost-1.70.0/include/boost/container_hash/hash.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5