diff --git a/include/boost/container_hash/hash.hpp b/include/boost/container_hash/hash.hpp index 6192295..7aac2fa 100644 --- a/include/boost/container_hash/hash.hpp +++ b/include/boost/container_hash/hash.hpp @@ -119,11 +119,7 @@ namespace boost { namespace hash_detail { -<<<<<<< HEAD -#if defined(_HAS_AUTO_PTR_ETC) && !_HAS_AUTO_PTR_ETC || defined(BOOST_NO_CXX98_FUNCTION_BASE) -======= #if defined(BOOST_NO_CXX98_FUNCTION_BASE) ->>>>>>> Removed usage of std::unary_function for C++17 compliance template struct hash_base {