|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r68000 - in sandbox/statistics/support/boost/assign/v2: . utility utiliy
From: erwann.rogard_at_[hidden]
Date: 2011-01-11 17:06:30
Author: e_r
Date: 2011-01-11 17:06:24 EST (Tue, 11 Jan 2011)
New Revision: 68000
URL: http://svn.boost.org/trac/boost/changeset/68000
Log:
upd boost/assign/v2
Added:
sandbox/statistics/support/boost/assign/v2/utility/
- copied from r67999, /sandbox/statistics/support/boost/assign/v2/utiliy/
Removed:
sandbox/statistics/support/boost/assign/v2/utiliy/
Text files modified:
sandbox/statistics/support/boost/assign/v2/detail.hpp | 1 -
sandbox/statistics/support/boost/assign/v2/utility/chain.hpp | 4 ++--
sandbox/statistics/support/boost/assign/v2/utility/convert.hpp | 4 ++--
sandbox/statistics/support/boost/assign/v2/utility/sub_range.hpp | 4 ++--
4 files changed, 6 insertions(+), 7 deletions(-)
Modified: sandbox/statistics/support/boost/assign/v2/detail.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/detail.hpp (original)
+++ sandbox/statistics/support/boost/assign/v2/detail.hpp 2011-01-11 17:06:24 EST (Tue, 11 Jan 2011)
@@ -14,7 +14,6 @@
#include <boost/assign/v2/detail/functor.hpp>
#include <boost/assign/v2/detail/fwd.hpp>
#include <boost/assign/v2/detail/keyword.hpp>
-/*#include <boost/assign/v2/detail/relational_op.hpp>*/
#include <boost/assign/v2/detail/traits.hpp>
// Don't include
Modified: sandbox/statistics/support/boost/assign/v2/utility/chain.hpp
==============================================================================
--- /sandbox/statistics/support/boost/assign/v2/utiliy/chain.hpp (original)
+++ sandbox/statistics/support/boost/assign/v2/utility/chain.hpp 2011-01-11 17:06:24 EST (Tue, 11 Jan 2011)
@@ -7,8 +7,8 @@
// Boost Software License, Version 1.0. (See accompanying file //
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
//////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_ASSIGN_V2_MISC_CHAIN_ER_2010_HPP
-#define BOOST_ASSIGN_V2_MISC_CHAIN_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_UTILITY_CHAIN_ER_2010_HPP
+#define BOOST_ASSIGN_V2_UTILITY_CHAIN_ER_2010_HPP
#include <boost/assign/v2/utility/chain/pipe.hpp>
Modified: sandbox/statistics/support/boost/assign/v2/utility/convert.hpp
==============================================================================
--- /sandbox/statistics/support/boost/assign/v2/utiliy/convert.hpp (original)
+++ sandbox/statistics/support/boost/assign/v2/utility/convert.hpp 2011-01-11 17:06:24 EST (Tue, 11 Jan 2011)
@@ -7,8 +7,8 @@
// Boost Software License, Version 1.0. (See accompanying file //
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
//////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_ASSIGN_V2_MISC_CONVERT_ER_2010_HPP
-#define BOOST_ASSIGN_V2_MISC_CONVERT_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_UTILITY_CONVERT_ER_2010_HPP
+#define BOOST_ASSIGN_V2_UTILITY_CONVERT_ER_2010_HPP
#include <boost/assign/v2/utility/convert/converter.hpp>
Modified: sandbox/statistics/support/boost/assign/v2/utility/sub_range.hpp
==============================================================================
--- /sandbox/statistics/support/boost/assign/v2/utiliy/sub_range.hpp (original)
+++ sandbox/statistics/support/boost/assign/v2/utility/sub_range.hpp 2011-01-11 17:06:24 EST (Tue, 11 Jan 2011)
@@ -7,8 +7,8 @@
// Boost Software License, Version 1.0. (See accompanying file //
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
//////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_ASSIGN_V2_MISC_SUB_RANGE_ER_2010_HPP
-#define BOOST_ASSIGN_V2_MISC_SUB_RANGE_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_UTILITY_SUB_RANGE_ER_2010_HPP
+#define BOOST_ASSIGN_V2_UTILITY_SUB_RANGE_ER_2010_HPP
//#include <boost/range/sub_range.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.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