|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r84000 - trunk/boost/fusion/adapted/std_tuple/detail
From: joel_at_[hidden]
Date: 2013-04-21 09:55:01
Author: djowel
Date: 2013-04-21 09:54:59 EDT (Sun, 21 Apr 2013)
New Revision: 84000
URL: http://svn.boost.org/trac/boost/changeset/84000
Log:
Fixes #8418
Text files modified:
trunk/boost/fusion/adapted/std_tuple/detail/category_of_impl.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/fusion/adapted/std_tuple/detail/category_of_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/std_tuple/detail/category_of_impl.hpp (original)
+++ trunk/boost/fusion/adapted/std_tuple/detail/category_of_impl.hpp 2013-04-21 09:54:59 EDT (Sun, 21 Apr 2013)
@@ -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
{
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk