mirror of
https://github.com/boostorg/functional.git
synced 2025-08-02 14:04:27 +02:00
Removed missed usage of deprecated macros in Boost.Functional
[SVN r81578]
This commit is contained in:
@@ -149,7 +149,7 @@ namespace boost
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !defined(BOOST_NO_VARIADIC_TEMPLATES)
|
#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES)
|
||||||
template <typename... T>
|
template <typename... T>
|
||||||
inline std::size_t hash_value(std::tuple<T...> const& v)
|
inline std::size_t hash_value(std::tuple<T...> const& v)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user