|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r54875 - sandbox/SOC/2009/fusion/boost/fusion/adapted/detail/array
From: mr.chr.schmidt_at_[hidden]
Date: 2009-07-10 18:09:59
Author: cschmidt
Date: 2009-07-10 18:09:58 EDT (Fri, 10 Jul 2009)
New Revision: 54875
URL: http://svn.boost.org/trac/boost/changeset/54875
Log:
updated include guard
Text files modified:
sandbox/SOC/2009/fusion/boost/fusion/adapted/detail/array/is_sequence_impl.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/SOC/2009/fusion/boost/fusion/adapted/detail/array/is_sequence_impl.hpp
==============================================================================
--- sandbox/SOC/2009/fusion/boost/fusion/adapted/detail/array/is_sequence_impl.hpp (original)
+++ sandbox/SOC/2009/fusion/boost/fusion/adapted/detail/array/is_sequence_impl.hpp 2009-07-10 18:09:58 EDT (Fri, 10 Jul 2009)
@@ -5,8 +5,8 @@
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
==============================================================================*/
-#ifndef BOOST_FUSION_ADAPTED_DETAIL_BOOST_ARRAY_IS_SEQUENCE_IMPL_HPP
-#define BOOST_FUSION_ADAPTED_DETAIL_BOOST_ARRAY_IS_SEQUENCE_IMPL_HPP
+#ifndef BOOST_FUSION_ADAPTED_DETAIL_ARRAY_IS_SEQUENCE_IMPL_HPP
+#define BOOST_FUSION_ADAPTED_DETAIL_ARRAY_IS_SEQUENCE_IMPL_HPP
#include <boost/mpl/bool.hpp>
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