From 80b4ce43c53f9fa765c84fa644888c55b9ff245b Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Sun, 21 Apr 2013 13:54:59 +0000 Subject: [PATCH] Fixes #8418 [SVN r84000] --- .../fusion/adapted/std_tuple/detail/category_of_impl.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/fusion/adapted/std_tuple/detail/category_of_impl.hpp b/include/boost/fusion/adapted/std_tuple/detail/category_of_impl.hpp index 96d567d5..b41e8418 100644 --- a/include/boost/fusion/adapted/std_tuple/detail/category_of_impl.hpp +++ b/include/boost/fusion/adapted/std_tuple/detail/category_of_impl.hpp @@ -4,8 +4,8 @@ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ==============================================================================*/ -#if !defined(BOOST_FUSION_CATEGORY_OF_IMPL_09272006_0726) -#define BOOST_FUSION_CATEGORY_OF_IMPL_09272006_0726 +#if !defined(BOOST_FUSION_CATEGORY_OF_IMPL_04202013_0940) +#define BOOST_FUSION_CATEGORY_OF_IMPL_04202013_0940 namespace boost { namespace fusion {