mirror of
https://github.com/boostorg/container_hash.git
synced 2025-08-13 19:24:31 +02:00
Removed usage of std::unary_function for C++17 compliance
This commit is contained in:
@@ -119,11 +119,7 @@ namespace boost
|
|||||||
{
|
{
|
||||||
namespace hash_detail
|
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)
|
#if defined(BOOST_NO_CXX98_FUNCTION_BASE)
|
||||||
>>>>>>> Removed usage of std::unary_function for C++17 compliance
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
struct hash_base
|
struct hash_base
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user