$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r70949 - in sandbox/assign_v2/boost/assign/v2: . include
From: erwann.rogard_at_[hidden]
Date: 2011-04-03 11:24:59
Author: e_r
Date: 2011-04-03 11:24:58 EDT (Sun, 03 Apr 2011)
New Revision: 70949
URL: http://svn.boost.org/trac/boost/changeset/70949
Log:
upd assign_v2
Text files modified: 
   sandbox/assign_v2/boost/assign/v2/include.hpp     |     1 +                                       
   sandbox/assign_v2/boost/assign/v2/include/ref.hpp |    17 ++++++++++++++++-                       
   2 files changed, 17 insertions(+), 1 deletions(-)
Modified: sandbox/assign_v2/boost/assign/v2/include.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include.hpp	(original)
+++ sandbox/assign_v2/boost/assign/v2/include.hpp	2011-04-03 11:24:58 EDT (Sun, 03 Apr 2011)
@@ -16,5 +16,6 @@
 #include <boost/assign/v2/include/csv_put.hpp>
 #include <boost/assign/v2/include/deque.hpp>
 #include <boost/assign/v2/include/put.hpp>
+#include <boost/assign/v2/include/ref.hpp>
 
 #endif // BOOST_ASSIGN_V2_INCLUDE_ER_2010_HPP
Modified: sandbox/assign_v2/boost/assign/v2/include/ref.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/ref.hpp	(original)
+++ sandbox/assign_v2/boost/assign/v2/include/ref.hpp	2011-04-03 11:24:58 EDT (Sun, 03 Apr 2011)
@@ -1 +1,16 @@
-// TODO remove file
\ No newline at end of file
+//////////////////////////////////////////////////////////////////////////////
+//  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_INCLUDE_REF_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_REF_ER_2010_HPP
+#include <boost/assign/v2/include/ref/array.hpp>
+#include <boost/assign/v2/include/ref/csv_array.hpp>
+#include <boost/assign/v2/include/ref/get.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_REF_ER_2010_HPP