Removed usage of std::unary_function for C++17 compliance

This commit is contained in:
Andrey
2019-08-09 17:23:16 +03:00
committed by andrascii
parent fd310d2706
commit 5f858645a0

View File

@@ -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 <typename T>
struct hash_base
{