$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r70167 - sandbox/assign_v2/libs/assign/v2/test/ref
From: erwann.rogard_at_[hidden]
Date: 2011-03-18 19:58:11
Author: e_r
Date: 2011-03-18 19:58:10 EDT (Fri, 18 Mar 2011)
New Revision: 70167
URL: http://svn.boost.org/trac/boost/changeset/70167
Log:
upd assign_v2
Added:
   sandbox/assign_v2/libs/assign/v2/test/ref/aux_.cpp   (contents, props changed)
   sandbox/assign_v2/libs/assign/v2/test/ref/aux_.h   (contents, props changed)
Added: sandbox/assign_v2/libs/assign/v2/test/ref/aux_.cpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/libs/assign/v2/test/ref/aux_.cpp	2011-03-18 19:58:10 EDT (Fri, 18 Mar 2011)
@@ -0,0 +1,28 @@
+//////////////////////////////////////////////////////////////////////////////
+//  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)        //
+//////////////////////////////////////////////////////////////////////////////
+#include <libs/assign/v2/test/ref/aux_/convert_traits.h>
+#include <libs/assign/v2/test/ref/aux_/list.h>
+#include <libs/assign/v2/test/ref/aux_/list_tuple.h>
+#include <libs/assign/v2/test/ref/aux_.h>
+
+namespace test_assign_v2{
+namespace xxx_ref{
+namespace xxx_aux_{
+
+    void test()
+    {
+        xxx_convert_traits::test();
+        xxx_list::test();
+        xxx_list_tuple::test();
+    }
+
+}// xxx_aux_
+}// xxx_ref
+}// test_assign_v2
\ No newline at end of file
Added: sandbox/assign_v2/libs/assign/v2/test/ref/aux_.h
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/libs/assign/v2/test/ref/aux_.h	2011-03-18 19:58:10 EDT (Fri, 18 Mar 2011)
@@ -0,0 +1,23 @@
+//////////////////////////////////////////////////////////////////////////////
+//  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_TEST_REF_AUX_ER_2010_H
+#define BOOST_ASSIGN_V2_TEST_REF_AUX_ER_2010_H
+
+namespace test_assign_v2{
+namespace xxx_ref{
+namespace xxx_aux_{
+
+    void test();
+
+}// xxx_aux_
+}// xxx_ref
+}// test_assign
+
+#endif // BOOST_ASSIGN_V2_TEST_REF_AUX_ER_2010_H