|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r70126 - in sandbox/assign_v2: boost/assign/v2/value boost/assign/v2/value/pipe libs/assign/v2/test/unit_testing libs/assign/v2/test/value/pipe
From: erwann.rogard_at_[hidden]
Date: 2011-03-18 10:51:25
Author: e_r
Date: 2011-03-18 10:51:18 EDT (Fri, 18 Mar 2011)
New Revision: 70126
URL: http://svn.boost.org/trac/boost/changeset/70126
Log:
upd assign_v2
Text files modified:
sandbox/assign_v2/boost/assign/v2/value/modulo.hpp | 16 +---------------
sandbox/assign_v2/boost/assign/v2/value/pipe/arg_list.hpp | 6 +++---
sandbox/assign_v2/boost/assign/v2/value/pipe/args_list.hpp | 4 ++--
sandbox/assign_v2/boost/assign/v2/value/pipe/csv_put.hpp | 10 +++++-----
sandbox/assign_v2/boost/assign/v2/value/pipe/modulo_traits.hpp | 4 ++--
sandbox/assign_v2/boost/assign/v2/value/pipe/put.hpp | 8 ++++----
sandbox/assign_v2/libs/assign/v2/test/unit_testing/Jamfile.v2 | 2 +-
sandbox/assign_v2/libs/assign/v2/test/unit_testing/value.cpp | 4 ++--
sandbox/assign_v2/libs/assign/v2/test/value/pipe/args_list.cpp | 4 ++--
9 files changed, 22 insertions(+), 36 deletions(-)
Modified: sandbox/assign_v2/boost/assign/v2/value/modulo.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/value/modulo.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/value/modulo.hpp 2011-03-18 10:51:18 EDT (Fri, 18 Mar 2011)
@@ -1,15 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-// Boost.Assign v2 //
-// //
-// Copyright (C) 2003-2004 Thorsten Ottosen //
-// Copyright (C) 2010 Erwann Rogard //
-// Use, modification and distribution are subject to 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) //
-//////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_ASSIGN_V2_VALUE_MODULO_ER_2010_HPP
-#define BOOST_ASSIGN_V2_VALUE_MODULO_ER_2010_HPP
-#include <boost/assign/v2/value/fun.hpp>
-#include <boost/assign/v2/value/modifier/modulo.hpp>
-
-#endif // BOOST_ASSIGN_V2_VALUE_MODULO_ER_2010_HPP
+// TODO remove file
\ No newline at end of file
Modified: sandbox/assign_v2/boost/assign/v2/value/pipe/arg_list.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/value/pipe/arg_list.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/value/pipe/arg_list.hpp 2011-03-18 10:51:18 EDT (Fri, 18 Mar 2011)
@@ -27,7 +27,7 @@
struct use_default;
namespace assign{
namespace v2{
-namespace put_pipe_aux{
+namespace value_aux{
typedef ref::array_aux::size_type arg_list_size_type;
@@ -102,7 +102,7 @@
template<std::size_t N, typename U = na_> // size?
struct result{
- typedef put_pipe_aux::arg_list<ParList, N, U> type;
+ typedef value_aux::arg_list<ParList, N, U> type;
};
typename result<0>::type
@@ -195,7 +195,7 @@
};
-}// put_pipe_aux
+}// value_aux
}// v2
}// assign
}// boost
Modified: sandbox/assign_v2/boost/assign/v2/value/pipe/args_list.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/value/pipe/args_list.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/value/pipe/args_list.hpp 2011-03-18 10:51:18 EDT (Fri, 18 Mar 2011)
@@ -32,7 +32,7 @@
struct use_default;
namespace assign{
namespace v2{
-namespace put_pipe_aux{
+namespace value_aux{
typedef ::boost::mpl::vector0<> empty_args_list_;
typedef v2::ref::list_tuple_aux::list_size_type args_list_size_type;
@@ -265,7 +265,7 @@
}
-}// put_pipe_aux
+}// value_aux
}// v2
}// assign
}// boost
Modified: sandbox/assign_v2/boost/assign/v2/value/pipe/csv_put.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/value/pipe/csv_put.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/value/pipe/csv_put.hpp 2011-03-18 10:51:18 EDT (Fri, 18 Mar 2011)
@@ -19,11 +19,11 @@
namespace assign{
namespace v2{
//[syntax_put_pipe_csv_put
-namespace put_pipe_aux{
+namespace value_aux{
template<typename C,
typename ParList, arg_list_size_type N, typename U>
- C& operator|(C& cont, put_pipe_aux::arg_list<
+ C& operator|(C& cont, value_aux::arg_list<
ParList, N, U
> const& arg_list
)/*<-*/
@@ -40,10 +40,10 @@
}BOOST_ASSIGN_V2_IGNORE(/*->*/;/*<-*/)/*->*/
-}// put_pipe_aux
+}// value_aux
- put_pipe_aux::arg_list_generator<> const _csv_put/*<-*/
- = put_pipe_aux::arg_list_generator<>()/*->*/;
+ value_aux::arg_list_generator<> const _csv_put/*<-*/
+ = value_aux::arg_list_generator<>()/*->*/;
//]
}// v2
Modified: sandbox/assign_v2/boost/assign/v2/value/pipe/modulo_traits.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/value/pipe/modulo_traits.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/value/pipe/modulo_traits.hpp 2011-03-18 10:51:18 EDT (Fri, 18 Mar 2011)
@@ -20,7 +20,7 @@
struct use_default;
namespace assign{
namespace v2{
-namespace put_pipe_aux{
+namespace value_aux{
typedef ::boost::mpl::vector0<> empty_par_list_;
@@ -41,7 +41,7 @@
};
-}// put_pipe_aux
+}// value_aux
}// v2
}// assign
}// boost
Modified: sandbox/assign_v2/boost/assign/v2/value/pipe/put.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/value/pipe/put.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/value/pipe/put.hpp 2011-03-18 10:51:18 EDT (Fri, 18 Mar 2011)
@@ -19,7 +19,7 @@
namespace assign{
namespace v2{
//[syntax_put_pipe_put
-namespace put_pipe_aux{
+namespace value_aux{
template<
typename C,
@@ -29,7 +29,7 @@
>
C& operator|(
C& cont,
- put_pipe_aux::args_list<
+ value_aux::args_list<
ParList, ArgsList, enable_pars
> const& args_list_
)/*<-*/{
@@ -42,12 +42,12 @@
return cont;
}BOOST_ASSIGN_V2_IGNORE(/*->*/;/*<-*/)/*->*/
-}// put_pipe_aux
+}// value_aux
//<-
namespace{
//->
- put_pipe_aux::args_list<> const _put /*<-*/= put_pipe_aux::args_list<>()/*->*/;
+ value_aux::args_list<> const _put /*<-*/= value_aux::args_list<>()/*->*/;
//<-
}
Modified: sandbox/assign_v2/libs/assign/v2/test/unit_testing/Jamfile.v2
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/unit_testing/Jamfile.v2 (original)
+++ sandbox/assign_v2/libs/assign/v2/test/unit_testing/Jamfile.v2 2011-03-18 10:51:18 EDT (Fri, 18 Mar 2011)
@@ -18,7 +18,7 @@
test-suite assign :
[ assign-test detail ]
[ assign-test ref ]
- [ assign-test put ]
+ [ assign-test value ]
[ assign-test utility ]
;
Modified: sandbox/assign_v2/libs/assign/v2/test/unit_testing/value.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/unit_testing/value.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/unit_testing/value.cpp 2011-03-18 10:51:18 EDT (Fri, 18 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 LIBS_ASSIGN_V2_TEST_UNIT_TEST_PUT_ER_2010_CPP
-#define LIBS_ASSIGN_V2_TEST_UNIT_TEST_PUT_ER_2010_CPP
+#ifndef LIBS_ASSIGN_V2_TEST_UNIT_TEST_VALUE_ER_2010_CPP
+#define LIBS_ASSIGN_V2_TEST_UNIT_TEST_VALUE_ER_2010_CPP
#include <boost/test/test_tools.hpp>
#define BOOST_ASSIGN_V2_CHECK( p ) BOOST_CHECK( p )
Modified: sandbox/assign_v2/libs/assign/v2/test/value/pipe/args_list.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/value/pipe/args_list.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/value/pipe/args_list.cpp 2011-03-18 10:51:18 EDT (Fri, 18 Mar 2011)
@@ -33,7 +33,7 @@
namespace as2 = assign::v2;
typedef boost::mpl::int_<0> zero_;
{
- typedef as2::put_pipe_aux::args_list<> args_list_;
+ typedef as2::value_aux::args_list<> args_list_;
int x = -1;
BOOST_AUTO(
args_list,
@@ -43,7 +43,7 @@
BOOST_ASSIGN_V2_CHECK( n == 3 );
}
namespace chk = as2::check_aux;
- namespace aux_ = as2::put_pipe_aux;
+ namespace aux_ = as2::value_aux;
typedef chk::equal_ref r_;
typedef chk::equal_val v_;
{
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