Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70148 - in sandbox/assign_v2/boost/assign/v2: . include
From: erwann.rogard_at_[hidden]
Date: 2011-03-18 18:11:04


Author: e_r
Date: 2011-03-18 18:11:03 EDT (Fri, 18 Mar 2011)
New Revision: 70148
URL: http://svn.boost.org/trac/boost/changeset/70148

Log:
upd assign_v2
Added:
   sandbox/assign_v2/boost/assign/v2/include.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/operator.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/ref.hpp (contents, props changed)

Added: sandbox/assign_v2/boost/assign/v2/include.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include.hpp 2011-03-18 18:11:03 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_INCLUDE_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_ER_2010_HPP
+#include <boost/assign/v2/include/chain.hpp>
+#include <boost/assign/v2/include/convert.hpp>
+#include <boost/assign/v2/include/converter.hpp>
+#include <boost/assign/v2/include/csv.hpp>
+#include <boost/assign/v2/include/csv_deque.hpp>
+#include <boost/assign/v2/include/deque.hpp>
+#include <boost/assign/v2/include/fun.hpp>
+#include <boost/assign/v2/include/modifier.hpp>
+#include <boost/assign/v2/include/operator.hpp>
+#include <boost/assign/v2/include/ref.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_ER_2010_HPP

Added: sandbox/assign_v2/boost/assign/v2/include/operator.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/operator.hpp 2011-03-18 18:11:03 EDT (Fri, 18 Mar 2011)
@@ -0,0 +1,16 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_OPERATOR_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_OPERATOR_ER_2010_HPP
+#include <boost/assign/v2/include/operator/chain.hpp>
+#include <boost/assign/v2/include/operator/csv_put.hpp>
+#include <boost/assign/v2/include/operator/put.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_OPERATOR_ER_2010_HPP

Added: sandbox/assign_v2/boost/assign/v2/include/ref.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/ref.hpp 2011-03-18 18:11:03 EDT (Fri, 18 Mar 2011)
@@ -0,0 +1,16 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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


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