Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66676 - in sandbox/statistics/support/boost/assign/v2/ref/anon: . functor
From: erwann.rogard_at_[hidden]
Date: 2010-11-21 22:38:44


Author: e_r
Date: 2010-11-21 22:38:29 EST (Sun, 21 Nov 2010)
New Revision: 66676
URL: http://svn.boost.org/trac/boost/changeset/66676

Log:
renaming of includes following mv unary functor in boost/assign/v2/ref/anon
Text files modified:
   sandbox/statistics/support/boost/assign/v2/ref/anon/anon.hpp | 2 +-
   sandbox/statistics/support/boost/assign/v2/ref/anon/functor/assign_copy.hpp | 8 ++++----
   sandbox/statistics/support/boost/assign/v2/ref/anon/functor/assign_rebind.hpp | 8 ++++----
   sandbox/statistics/support/boost/assign/v2/ref/anon/functor/assign_xxx.hpp | 6 +++---
   sandbox/statistics/support/boost/assign/v2/ref/anon/functor/make.hpp | 8 ++++----
   sandbox/statistics/support/boost/assign/v2/ref/anon/functor/nth_result_of.hpp | 6 +++---
   sandbox/statistics/support/boost/assign/v2/ref/anon/functor/tag2.hpp | 4 ++--
   sandbox/statistics/support/boost/assign/v2/ref/anon/functor/unary.hpp | 14 +++++++-------
   8 files changed, 28 insertions(+), 28 deletions(-)

Modified: sandbox/statistics/support/boost/assign/v2/ref/anon/anon.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/ref/anon/anon.hpp (original)
+++ sandbox/statistics/support/boost/assign/v2/ref/anon/anon.hpp 2010-11-21 22:38:29 EST (Sun, 21 Nov 2010)
@@ -10,7 +10,7 @@
 #ifndef BOOST_ASSIGN_V2_REF_ANON_ANON_ER_2010_HPP
 #define BOOST_ASSIGN_V2_REF_ANON_ANON_ER_2010_HPP
 
-#include <boost/assign/v2/ref/anon/unary/unary.hpp>
+#include <boost/assign/v2/ref/anon/functor/unary.hpp>
 #include <boost/assign/v2/ref/anon/csv/csv.hpp>
 
 #endif

Modified: sandbox/statistics/support/boost/assign/v2/ref/anon/functor/assign_copy.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/ref/anon/functor/assign_copy.hpp (original)
+++ sandbox/statistics/support/boost/assign/v2/ref/anon/functor/assign_copy.hpp 2010-11-21 22:38:29 EST (Sun, 21 Nov 2010)
@@ -7,11 +7,11 @@
 // 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_ANON_UNARY_ASSIGN_COPY_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_ANON_UNARY_ASSIGN_COPY_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_REF_ANON_FUNCTOR_ASSIGN_COPY_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_ANON_FUNCTOR_ASSIGN_COPY_ER_2010_HPP
 #include <boost/assign/v2/ref/wrapper/copy.hpp>
-#include <boost/assign/v2/ref/anon/unary/assign_xxx.hpp>
+#include <boost/assign/v2/ref/anon/functor/assign_xxx.hpp>
 
-BOOST_ASSIGN_V2_REF_ANON_UNARY_XXX( assign_copy, assign_tag::copy )
+BOOST_ASSIGN_V2_REF_ANON_FUNCTOR_XXX( assign_copy, assign_tag::copy )
 
 #endif

Modified: sandbox/statistics/support/boost/assign/v2/ref/anon/functor/assign_rebind.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/ref/anon/functor/assign_rebind.hpp (original)
+++ sandbox/statistics/support/boost/assign/v2/ref/anon/functor/assign_rebind.hpp 2010-11-21 22:38:29 EST (Sun, 21 Nov 2010)
@@ -7,11 +7,11 @@
 // 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_ANON_UNARY_ASSIGN_REBIND_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_ANON_UNARY_ASSIGN_REBIND_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_REF_ANON_FUNCTOR_ASSIGN_REBIND_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_ANON_FUNCTOR_ASSIGN_REBIND_ER_2010_HPP
 #include <boost/assign/v2/ref/wrapper/rebind.hpp>
-#include <boost/assign/v2/ref/anon/unary/assign_xxx.hpp>
+#include <boost/assign/v2/ref/anon/functor/assign_xxx.hpp>
 
-BOOST_ASSIGN_V2_REF_ANON_UNARY_XXX( assign_rebind, assign_tag::rebind )
+BOOST_ASSIGN_V2_REF_ANON_FUNCTOR_XXX( assign_rebind, assign_tag::rebind )
 
 #endif

Modified: sandbox/statistics/support/boost/assign/v2/ref/anon/functor/assign_xxx.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/ref/anon/functor/assign_xxx.hpp (original)
+++ sandbox/statistics/support/boost/assign/v2/ref/anon/functor/assign_xxx.hpp 2010-11-21 22:38:29 EST (Sun, 21 Nov 2010)
@@ -8,10 +8,10 @@
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
 //////////////////////////////////////////////////////////////////////////////
 
-#ifndef BOOST_ASSIGN_V2_REF_ANON_UNARY_XXX
+#ifndef BOOST_ASSIGN_V2_REF_ANON_FUNCTOR_XXX
 #include <boost/assign/v2/detail/keyword/nil.hpp>
-#include <boost/assign/v2/ref/anon/unary/make.hpp>
-#define BOOST_ASSIGN_V2_REF_ANON_UNARY_XXX(NS, Tag1) \
+#include <boost/assign/v2/ref/anon/functor/make.hpp>
+#define BOOST_ASSIGN_V2_REF_ANON_FUNCTOR_XXX(NS, Tag1) \
  \
 namespace boost{ \
 namespace assign{ \

Modified: sandbox/statistics/support/boost/assign/v2/ref/anon/functor/make.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/ref/anon/functor/make.hpp (original)
+++ sandbox/statistics/support/boost/assign/v2/ref/anon/functor/make.hpp 2010-11-21 22:38:29 EST (Sun, 21 Nov 2010)
@@ -7,13 +7,13 @@
 // 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_ANON_UNARY_MAKE_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_ANON_UNARY_MAKE_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_REF_ANON_FUNCTOR_MAKE_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_ANON_FUNCTOR_MAKE_ER_2010_HPP
 #include <boost/assign/v2/ref/fusion/make.hpp>
 #include <boost/assign/v2/ref/static_array/alloc/lazy_alloc.hpp>
 #include <boost/assign/v2/ref/fusion/assign_array.hpp>
-#include <boost/assign/v2/ref/anon/unary/nth_result_of.hpp>
-#include <boost/assign/v2/ref/anon/unary/tag2.hpp>
+#include <boost/assign/v2/ref/anon/functor/nth_result_of.hpp>
+#include <boost/assign/v2/ref/anon/functor/tag2.hpp>
  
 namespace boost{
 namespace assign{

Modified: sandbox/statistics/support/boost/assign/v2/ref/anon/functor/nth_result_of.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/ref/anon/functor/nth_result_of.hpp (original)
+++ sandbox/statistics/support/boost/assign/v2/ref/anon/functor/nth_result_of.hpp 2010-11-21 22:38:29 EST (Sun, 21 Nov 2010)
@@ -7,9 +7,9 @@
 // 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_ANON_UNARY_NTH_RESULT_OF2_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_ANON_UNARY_NTH_RESULT_OF2_ER_2010_HPP
-#include <boost/assign/v2/ref/anon/unary/tag2.hpp>
+#ifndef BOOST_ASSIGN_V2_REF_ANON_FUNCTOR_NTH_RESULT_OF2_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_ANON_FUNCTOR_NTH_RESULT_OF2_ER_2010_HPP
+#include <boost/assign/v2/ref/anon/functor/tag2.hpp>
 #include <boost/assign/v2/ref/fusion/nth_result_of.hpp>
 
 namespace boost{

Modified: sandbox/statistics/support/boost/assign/v2/ref/anon/functor/tag2.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/ref/anon/functor/tag2.hpp (original)
+++ sandbox/statistics/support/boost/assign/v2/ref/anon/functor/tag2.hpp 2010-11-21 22:38:29 EST (Sun, 21 Nov 2010)
@@ -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_ANON_UNARY_TAG2_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_ANON_UNARY_TAG2_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_REF_ANON_FUNCTOR_TAG2_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_ANON_FUNCTOR_TAG2_ER_2010_HPP
 #include <boost/assign/v2/ref/static_array/alloc/lazy_alloc_fwd.hpp>
 
 namespace boost{

Modified: sandbox/statistics/support/boost/assign/v2/ref/anon/functor/unary.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/ref/anon/functor/unary.hpp (original)
+++ sandbox/statistics/support/boost/assign/v2/ref/anon/functor/unary.hpp 2010-11-21 22:38:29 EST (Sun, 21 Nov 2010)
@@ -7,14 +7,14 @@
 // 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_ANON_UNARY_UNARY_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_ANON_UNARY_UNARY_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_REF_ANON_FUNCTOR_FUNCTOR_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_ANON_FUNCTOR_FUNCTOR_ER_2010_HPP
 
-#include <boost/assign/v2/ref/anon/unary/assign_copy.hpp>
-#include <boost/assign/v2/ref/anon/unary/assign_rebind.hpp>
-#include <boost/assign/v2/ref/anon/unary/make.hpp>
-#include <boost/assign/v2/ref/anon/unary/nth_result_of.hpp>
-#include <boost/assign/v2/ref/anon/unary/tag2.hpp>
+#include <boost/assign/v2/ref/anon/functor/assign_copy.hpp>
+#include <boost/assign/v2/ref/anon/functor/assign_rebind.hpp>
+#include <boost/assign/v2/ref/anon/functor/make.hpp>
+#include <boost/assign/v2/ref/anon/functor/nth_result_of.hpp>
+#include <boost/assign/v2/ref/anon/functor/tag2.hpp>
 
 #endif
 


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