|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r70429 - in sandbox/assign_v2/boost/assign/v2: ref ref/array utility/chain
From: erwann.rogard_at_[hidden]
Date: 2011-03-22 17:24:54
Author: e_r
Date: 2011-03-22 17:24:52 EDT (Tue, 22 Mar 2011)
New Revision: 70429
URL: http://svn.boost.org/trac/boost/changeset/70429
Log:
upd assign_v2
Text files modified:
sandbox/assign_v2/boost/assign/v2/ref/array/get.hpp | 6 +++---
sandbox/assign_v2/boost/assign/v2/ref/wrapper.hpp | 2 +-
sandbox/assign_v2/boost/assign/v2/utility/chain/check.hpp | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
Modified: sandbox/assign_v2/boost/assign/v2/ref/array/get.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/array/get.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/array/get.hpp 2011-03-22 17:24:52 EDT (Tue, 22 Mar 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_REF_WRAPPER_RANGE_GET_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_WRAPPER_RANGE_GET_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_REF_ARRAY_GET_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_ARRAY_GET_ER_2010_HPP
#include <boost/assign/v2/detail/pp/ignore.hpp>
#include <boost/config.hpp>
#include <boost/range/reference.hpp>
@@ -126,4 +126,4 @@
}// assign
}// boost
-#endif // BOOST_ASSIGN_V2_REF_WRAPPER_RANGE_GET_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_REF_ARRAY_GET_ER_2010_HPP
Modified: sandbox/assign_v2/boost/assign/v2/ref/wrapper.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/wrapper.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/wrapper.hpp 2011-03-22 17:24:52 EDT (Tue, 22 Mar 2011)
@@ -13,6 +13,6 @@
#include <boost/assign/v2/ref/wrapper/get.hpp>
#include <boost/assign/v2/ref/wrapper/copy.hpp>
#include <boost/assign/v2/ref/wrapper/cpp0x.hpp>
-#include <boost/assign/v2/ref/wrapper/range_get.hpp>
+#include <boost/assign/v2/ref/array/get.hpp>
#endif // BOOST_ASSIGN_V2_REF_WRAPPER_ER_2010_HPP
Modified: sandbox/assign_v2/boost/assign/v2/utility/chain/check.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/utility/chain/check.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/utility/chain/check.hpp 2011-03-22 17:24:52 EDT (Tue, 22 Mar 2011)
@@ -12,7 +12,7 @@
#include <vector>
#include <boost/array.hpp>
#include <boost/assign/v2/detail/config/check.hpp>
-#include <boost/assign/v2/ref/wrapper/range_get.hpp>
+#include <boost/assign/v2/ref/array/get.hpp>
#include <boost/assign/v2/ref/wrapper/copy.hpp>
#include <boost/assign/v2/utility/chain/chain.hpp>
#include <boost/assign/v2/utility/chain/meta.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