From 89fd55fa969584491d44b7719fee0f88828b2d95 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Mon, 26 Nov 2012 21:45:20 +0000 Subject: [PATCH] Removed missed usage of deprecated macros in Boost.Functional [SVN r81578] --- include/boost/functional/hash/extensions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/functional/hash/extensions.hpp b/include/boost/functional/hash/extensions.hpp index 4358736..1ca7263 100644 --- a/include/boost/functional/hash/extensions.hpp +++ b/include/boost/functional/hash/extensions.hpp @@ -149,7 +149,7 @@ namespace boost } } -#if !defined(BOOST_NO_VARIADIC_TEMPLATES) +#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) template inline std::size_t hash_value(std::tuple const& v) {