Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70340 - in sandbox/assign_v2/libs/assign/v2/test/put/pipe: . optional
From: erwann.rogard_at_[hidden]
Date: 2011-03-21 14:28:57


Author: e_r
Date: 2011-03-21 14:28:56 EDT (Mon, 21 Mar 2011)
New Revision: 70340
URL: http://svn.boost.org/trac/boost/changeset/70340

Log:
upd assign_v2
Text files modified:
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional.cpp | 6 ++++--
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional.h | 6 +++---
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional/iterate.h | 6 +++---
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional/lookup.h | 6 +++---
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional/repeat.h | 6 +++---
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional/standard.h | 6 +++---
   6 files changed, 19 insertions(+), 17 deletions(-)

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional.cpp 2011-03-21 14:28:56 EDT (Mon, 21 Mar 2011)
@@ -7,6 +7,7 @@
 // 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/optional/fun.h>
 #include <libs/assign/v2/test/put/pipe/optional/iterate.h>
 #include <libs/assign/v2/test/put/pipe/optional/lookup.h>
 #include <libs/assign/v2/test/put/pipe/optional/repeat.h>
@@ -16,17 +17,18 @@
 namespace test_assign_v2{
 namespace xxx_put{
 namespace xxx_pipe{
-namespace xxx_modifier{
+namespace xxx_optional{
 
     void test()
     {
+ xxx_fun::test();
         xxx_iterate::test();
         xxx_lookup::test();
         xxx_repeat::test();
         xxx_standard::test();
     }
 
-}// xxx_modifier
+}// xxx_optional
 }// xxx_pipe
 }// xxx_put
 }// xxx_test_assign

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional.h 2011-03-21 14:28:56 EDT (Mon, 21 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_PUT_PIPE_MODIFIER_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_PIPE_MODIFIER_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_PUT_PIPE_OPTIONAL_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_PUT_PIPE_OPTIONAL_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_put{
@@ -22,4 +22,4 @@
 }// xxx_put
 }// test_assign_v2
 
-#endif // LIBS_ASSIGN_V2_TEST_PUT_PIPE_MODIFIER_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_PUT_PIPE_OPTIONAL_ER_2010_H

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional/iterate.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional/iterate.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional/iterate.h 2011-03-21 14:28:56 EDT (Mon, 21 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_PUT_PIPE_MODIFIER_ITERATE_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_PIPE_MODIFIER_ITERATE_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_PUT_PIPE_OPTIONAL_ITERATE_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_PUT_PIPE_OPTIONAL_ITERATE_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_put{
@@ -24,4 +24,4 @@
 }// xxx_put
 }// xxx_test_assign
 
-#endif // LIBS_ASSIGN_V2_TEST_PUT_PIPE_MODIFIER_ITERATE_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_PUT_PIPE_OPTIONAL_ITERATE_ER_2010_H

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional/lookup.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional/lookup.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional/lookup.h 2011-03-21 14:28:56 EDT (Mon, 21 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_PUT_PIPE_MODIFIER_LOOKUP_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_PIPE_MODIFIER_LOOKUP_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_PUT_PIPE_OPTIONAL_LOOKUP_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_PUT_PIPE_OPTIONAL_LOOKUP_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_put{
@@ -24,4 +24,4 @@
 }// xxx_put
 }// xxx_test_assign
 
-#endif // LIBS_ASSIGN_V2_TEST_PUT_PIPE_MODIFIER_LOOKUP_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_PUT_PIPE_OPTIONAL_LOOKUP_ER_2010_H

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional/repeat.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional/repeat.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional/repeat.h 2011-03-21 14:28:56 EDT (Mon, 21 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_PUT_PIPE_MODIFIER_REPEAT_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_PIPE_MODIFIER_REPEAT_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_PUT_PIPE_OPTIONAL_REPEAT_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_PUT_PIPE_OPTIONAL_REPEAT_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_put{
@@ -24,4 +24,4 @@
 }// xxx_put
 }// xxx_test_assign
 
-#endif // LIBS_ASSIGN_V2_TEST_PUT_PIPE_MODIFIER_REPEAT_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_PUT_PIPE_OPTIONAL_REPEAT_ER_2010_H

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional/standard.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional/standard.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional/standard.h 2011-03-21 14:28:56 EDT (Mon, 21 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_PUT_PIPE_MODIFIER_STANDARD_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_PIPE_MODIFIER_STANDARD_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_PUT_PIPE_OPTIONAL_STANDARD_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_PUT_PIPE_OPTIONAL_STANDARD_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_put{
@@ -24,4 +24,4 @@
 }// xxx_put
 }// xxx_test_assign
 
-#endif // LIBS_ASSIGN_V2_TEST_PUT_PIPE_MODIFIER_STANDARD_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_PUT_PIPE_OPTIONAL_STANDARD_ER_2010_H


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