From 50caf8e34f14a9cef8ab2b9507158d5298db4368 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Fri, 23 Nov 2012 15:27:47 +0000 Subject: [PATCH] Remove usage of deprecated macros [SVN r81494] --- include/boost/intrusive/detail/memory_util.hpp | 8 ++++---- include/boost/intrusive/detail/workaround.hpp | 2 +- include/boost/intrusive/pointer_traits.hpp | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/boost/intrusive/detail/memory_util.hpp b/include/boost/intrusive/detail/memory_util.hpp index 1a6431b..7f69f91 100644 --- a/include/boost/intrusive/detail/memory_util.hpp +++ b/include/boost/intrusive/detail/memory_util.hpp @@ -149,7 +149,7 @@ BOOST_INTRUSIVE_INSTANTIATE_DEFAULT_TYPE_TMPLT(difference_type) template struct first_param { typedef void type; }; -#if !defined(BOOST_NO_VARIADIC_TEMPLATES) +#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) template