|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r70166 - in sandbox/assign_v2/libs/assign/v2/test/ref: . aux_
From: erwann.rogard_at_[hidden]
Date: 2011-03-18 19:57:46
Author: e_r
Date: 2011-03-18 19:57:45 EDT (Fri, 18 Mar 2011)
New Revision: 70166
URL: http://svn.boost.org/trac/boost/changeset/70166
Log:
upd assign_v2
Text files modified:
sandbox/assign_v2/libs/assign/v2/test/ref/array.h | 3 ++-
sandbox/assign_v2/libs/assign/v2/test/ref/aux_/convert_traits.cpp | 8 +++++---
sandbox/assign_v2/libs/assign/v2/test/ref/aux_/convert_traits.h | 9 ++++++---
sandbox/assign_v2/libs/assign/v2/test/ref/aux_/list.cpp | 4 +++-
sandbox/assign_v2/libs/assign/v2/test/ref/aux_/list.h | 4 +++-
sandbox/assign_v2/libs/assign/v2/test/ref/aux_/list_tuple.cpp | 6 ++++--
sandbox/assign_v2/libs/assign/v2/test/ref/aux_/list_tuple.h | 2 ++
sandbox/assign_v2/libs/assign/v2/test/ref/csv_array.h | 2 +-
sandbox/assign_v2/libs/assign/v2/test/ref/wrapper.h | 2 +-
9 files changed, 27 insertions(+), 13 deletions(-)
Modified: sandbox/assign_v2/libs/assign/v2/test/ref/array.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/ref/array.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/ref/array.h 2011-03-18 19:57:45 EDT (Fri, 18 Mar 2011)
@@ -20,5 +20,6 @@
}// xxx_ref
}// test_assign
-#endif
+#endif // BOOST_ASSIGN_V2_TEST_REF_ARRAY_ER_2010_H
+
Modified: sandbox/assign_v2/libs/assign/v2/test/ref/aux_/convert_traits.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/ref/aux_/convert_traits.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/ref/aux_/convert_traits.cpp 2011-03-18 19:57:45 EDT (Fri, 18 Mar 2011)
@@ -8,10 +8,11 @@
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
//////////////////////////////////////////////////////////////////////////////
#include <boost/assign/v2/ref/aux_/convert_traits/checking.hpp>
-#include <libs/assign/v2/test/ref/convert_traits.h>
+#include <libs/assign/v2/test/ref/aux_/convert_traits.h>
namespace test_assign_v2{
namespace xxx_ref{
+namespace xxx_aux_{
namespace xxx_convert_traits{
// --User may skip this file-- //
@@ -28,6 +29,7 @@
}
}
-}// convert_traits
-}// ref
+}// xxx_convert_traits
+}// xxx_aux_
+}// xxx_ref
}// test_assign
Modified: sandbox/assign_v2/libs/assign/v2/test/ref/aux_/convert_traits.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/ref/aux_/convert_traits.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/ref/aux_/convert_traits.h 2011-03-18 19:57:45 EDT (Fri, 18 Mar 2011)
@@ -7,18 +7,21 @@
// 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_TEST_REF_CONVERT_TRAITS_ER_2010_H
-#define BOOST_ASSIGN_V2_TEST_REF_CONVERT_TRAITS_ER_2010_H
+#ifndef BOOST_ASSIGN_V2_TEST_REF_AUX_CONVERT_TRAITS_ER_2010_H
+#define BOOST_ASSIGN_V2_TEST_REF_AUX_CONVERT_TRAITS_ER_2010_H
namespace test_assign_v2{
namespace xxx_ref{
+namespace xxx_aux_{
namespace xxx_convert_traits{
void test();
}// xxx_convert_traits
+}// xxx_aux_
}// xxx_ref
}// test_assign
-#endif
+#endif // BOOST_ASSIGN_V2_TEST_REF_AUX_CONVERT_TRAITS_ER_2010_H
+
Modified: sandbox/assign_v2/libs/assign/v2/test/ref/aux_/list.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/ref/aux_/list.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/ref/aux_/list.cpp 2011-03-18 19:57:45 EDT (Fri, 18 Mar 2011)
@@ -17,10 +17,11 @@
#include <boost/mpl/int.hpp>
#include <boost/mpl/vector.hpp>
#include <boost/type_traits/add_reference.hpp>
-#include <libs/assign/v2/test/ref/list.h>
+#include <libs/assign/v2/test/ref/aux_/list.h>
namespace test_assign_v2{
namespace xxx_ref{
+namespace xxx_aux_{
namespace xxx_list{
// --User may skip this file-- //
@@ -138,5 +139,6 @@
}
}// xxx_list
+}// xxx_aux_
}// xxx_ref
}// test_assign
Modified: sandbox/assign_v2/libs/assign/v2/test/ref/aux_/list.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/ref/aux_/list.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/ref/aux_/list.h 2011-03-18 19:57:45 EDT (Fri, 18 Mar 2011)
@@ -12,12 +12,14 @@
namespace test_assign_v2{
namespace xxx_ref{
+namespace xxx_aux_{
namespace xxx_list{
void test();
}// xxx_list
+}// xxx_aux_
}// xxx_ref
}// test_assign
-#endif
+#endif // BOOST_ASSIGN_V2_TEST_REF_LIST_ER_2010_H
Modified: sandbox/assign_v2/libs/assign/v2/test/ref/aux_/list_tuple.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/ref/aux_/list_tuple.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/ref/aux_/list_tuple.cpp 2011-03-18 19:57:45 EDT (Fri, 18 Mar 2011)
@@ -9,15 +9,16 @@
//////////////////////////////////////////////////////////////////////////////
#include <assert.h>
#include <string>
+#include <boost/type_traits/add_reference.hpp>
#include <boost/mpl/vector/vector0.hpp>
#include <boost/mpl/vector/vector10.hpp>
#include <boost/assign/v2/detail/config/check.hpp>
#include <boost/assign/v2/ref/aux_/list_tuple.hpp>
-
-#include <boost/type_traits/add_reference.hpp>
+#include <libs/assign/v2/test/ref/aux_/list_tuple.h>
namespace test_assign_v2{
namespace xxx_ref{
+namespace xxx_aux_{
namespace xxx_list_tuple{
// --User may skip this file-- //
@@ -196,5 +197,6 @@
}// test
}// xxx_list_tuple
+}// xxx_aux_
}// xxx_ref
}// test_assign_v2
Modified: sandbox/assign_v2/libs/assign/v2/test/ref/aux_/list_tuple.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/ref/aux_/list_tuple.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/ref/aux_/list_tuple.h 2011-03-18 19:57:45 EDT (Fri, 18 Mar 2011)
@@ -12,11 +12,13 @@
namespace test_assign_v2{
namespace xxx_ref{
+namespace xxx_aux_{
namespace xxx_list_tuple{
void test();
}// xxx_list_tuple
+}// xxx_aux_
}// xxx_ref
}// test_assign
Modified: sandbox/assign_v2/libs/assign/v2/test/ref/csv_array.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/ref/csv_array.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/ref/csv_array.h 2011-03-18 19:57:45 EDT (Fri, 18 Mar 2011)
@@ -20,5 +20,5 @@
}// xxx_ref
}// test_assign
-#endif
+#endif // BOOST_ASSIGN_V2_TEST_REF_CSV_ARRAY_ER_2010_H
Modified: sandbox/assign_v2/libs/assign/v2/test/ref/wrapper.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/ref/wrapper.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/ref/wrapper.h 2011-03-18 19:57:45 EDT (Fri, 18 Mar 2011)
@@ -20,4 +20,4 @@
}// xxx_ref
}// test_assign
-#endif
+#endif // BOOST_ASSIGN_V2_TEST_REF_WRAPPER_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