Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69768 - sandbox/assign_v2/libs/assign/v2/test/put
From: erwann.rogard_at_[hidden]
Date: 2011-03-09 08:07:18


Author: e_r
Date: 2011-03-09 08:07:16 EST (Wed, 09 Mar 2011)
New Revision: 69768
URL: http://svn.boost.org/trac/boost/changeset/69768

Log:
upd assign_v2
Text files modified:
   sandbox/assign_v2/libs/assign/v2/test/put/pipe.cpp | 10 ++++++----
   1 files changed, 6 insertions(+), 4 deletions(-)

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe.cpp 2011-03-09 08:07:16 EST (Wed, 09 Mar 2011)
@@ -7,9 +7,10 @@
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
 //////////////////////////////////////////////////////////////////////////////
-#include <libs/assign/v2/test/put/pipe/functor.h>
+#include <libs/assign/v2/test/put/pipe/fun.h>
+#include <libs/assign/v2/test/put/pipe/args_list.h>
 #include <libs/assign/v2/test/put/pipe/modifier.h>
-#include <libs/assign/v2/test/put/pipe/modulo.h>
+#include <libs/assign/v2/test/put/pipe/operator.h>
 #include <libs/assign/v2/test/put/pipe/range.h>
 #include <libs/assign/v2/test/put/pipe.h>
 
@@ -18,9 +19,10 @@
 namespace xxx_pipe{
 
     void test(){
- xxx_functor::test();
+ xxx_args_list::test();
         xxx_modifier::test();
- xxx_modulo::test();
+ xxx_fun::test();
+ xxx_operator::test();
         xxx_range::test();
     }
 


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