forked from boostorg/container_hash
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>
|
||||
inline std::size_t hash_value(std::tuple<T...> const& v)
|
||||
{
|
||||
|
Reference in New Issue
Block a user