Boost logo

Boost-Commit :

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


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

Log:
upd assign_v2
Added:
   sandbox/assign_v2/boost/assign/v2/include/
   sandbox/assign_v2/boost/assign/v2/include/chain.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/convert.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/converter.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/csv.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/csv_deque.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/deque.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/fun.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/modifier.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/operator/
   sandbox/assign_v2/boost/assign/v2/include/operator/chain.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/operator/csv_put.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/operator/put.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/put.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/ref/
   sandbox/assign_v2/boost/assign/v2/include/ref/array.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/ref/csv_array.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/ref/get.hpp (contents, props changed)

Added: sandbox/assign_v2/boost/assign/v2/include/chain.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/chain.hpp 2011-03-18 18:05:10 EDT (Fri, 18 Mar 2011)
@@ -0,0 +1,14 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_CHAIN_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_CHAIN_ER_2010_HPP
+#include <boost/assign/v2/utility/chain/chain.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_CHAIN_ER_2010_HPP

Added: sandbox/assign_v2/boost/assign/v2/include/convert.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/convert.hpp 2011-03-18 18:05:10 EDT (Fri, 18 Mar 2011)
@@ -0,0 +1,14 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_CONVERT_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_CONVERT_ER_2010_HPP
+#include <boost/assign/v2/utility/conversion/convert.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_CONVERT_ER_2010_HPP

Added: sandbox/assign_v2/boost/assign/v2/include/converter.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/converter.hpp 2011-03-18 18:05:10 EDT (Fri, 18 Mar 2011)
@@ -0,0 +1,14 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_CONVERTER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_CONVERTER_ER_2010_HPP
+#include <boost/assign/v2/utility/conversion/converter.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_CONVERTER_ER_2010_HPP

Added: sandbox/assign_v2/boost/assign/v2/include/csv.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/csv.hpp 2011-03-18 18:05:10 EDT (Fri, 18 Mar 2011)
@@ -0,0 +1,14 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_CSV_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_CSV_ER_2010_HPP
+#include <boost/assign/v2/utility/csv.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_CSV_ER_2010_HPP

Added: sandbox/assign_v2/boost/assign/v2/include/csv_deque.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/csv_deque.hpp 2011-03-18 18:05:10 EDT (Fri, 18 Mar 2011)
@@ -0,0 +1,14 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_CSV_DEQUE_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_CSV_DEQUE_ER_2010_HPP
+#include <boost/assign/v2/value/deque/csv_deque.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_CSV_DEQUE_ER_2010_HPP

Added: sandbox/assign_v2/boost/assign/v2/include/deque.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/deque.hpp 2011-03-18 18:05:10 EDT (Fri, 18 Mar 2011)
@@ -0,0 +1,14 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_DEQUE_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_DEQUE_ER_2010_HPP
+#include <boost/assign/v2/value/deque/deque.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_DEQUE_ER_2010_HPP

Added: sandbox/assign_v2/boost/assign/v2/include/fun.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/fun.hpp 2011-03-18 18:05:10 EDT (Fri, 18 Mar 2011)
@@ -0,0 +1,14 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_PUT_FUN_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_PUT_FUN_ER_2010_HPP
+#include <boost/assign/v2/value/fun.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_FUN_ER_2010_HPP

Added: sandbox/assign_v2/boost/assign/v2/include/modifier.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/modifier.hpp 2011-03-18 18:05:10 EDT (Fri, 18 Mar 2011)
@@ -0,0 +1,15 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_MODIFIER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_MODIFIER_ER_2010_HPP
+
+#include <boost/assign/v2/value/modifier.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_PIPE_ER_2010_HPP

Added: sandbox/assign_v2/boost/assign/v2/include/operator/chain.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/operator/chain.hpp 2011-03-18 18:05:10 EDT (Fri, 18 Mar 2011)
@@ -0,0 +1,14 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_CHAIN_OPERATOR_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_CHAIN_OPERATOR_ER_2010_HPP
+#include <boost/assign/v2/utility/chain/operator_and.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_CHAIN_OPERATOR_ER_2010_HPP

Added: sandbox/assign_v2/boost/assign/v2/include/operator/csv_put.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/operator/csv_put.hpp 2011-03-18 18:05:10 EDT (Fri, 18 Mar 2011)
@@ -0,0 +1,14 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_PIPE_CSV_PUT_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_PIPE_CSV_PUT_ER_2010_HPP
+#include <boost/assign/v2/value/pipe/csv_put.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_PIPE_CSV_PUT_ER_2010_HPP
\ No newline at end of file

Added: sandbox/assign_v2/boost/assign/v2/include/operator/put.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/operator/put.hpp 2011-03-18 18:05:10 EDT (Fri, 18 Mar 2011)
@@ -0,0 +1,14 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_PIPE_PUT_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_PIPE_PUT_ER_2010_HPP
+#include <boost/assign/v2/value/pipe/put.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_PIPE_PUT_ER_2010_HPP
\ No newline at end of file

Added: sandbox/assign_v2/boost/assign/v2/include/put.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/put.hpp 2011-03-18 18:05:10 EDT (Fri, 18 Mar 2011)
@@ -0,0 +1,14 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_PUT_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_PUT_ER_2010_HPP
+#include <boost/assign/v2/value/put.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_PUT_ER_2010_HPP

Added: sandbox/assign_v2/boost/assign/v2/include/ref/array.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/ref/array.hpp 2011-03-18 18:05:10 EDT (Fri, 18 Mar 2011)
@@ -0,0 +1,14 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_ARRAY_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_REF_ARRAY_ER_2010_HPP
+#include <boost/assign/v2/ref/array/array.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_REF_ARRAY_ER_2010_HPP

Added: sandbox/assign_v2/boost/assign/v2/include/ref/csv_array.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/ref/csv_array.hpp 2011-03-18 18:05:10 EDT (Fri, 18 Mar 2011)
@@ -0,0 +1,14 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_CSV_ARRAY_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_REF_CSV_ARRAY_ER_2010_HPP
+#include <boost/assign/v2/ref/array/csv_array.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_REF_CSV_ARRAY_ER_2010_HPP

Added: sandbox/assign_v2/boost/assign/v2/include/ref/get.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/ref/get.hpp 2011-03-18 18:05:10 EDT (Fri, 18 Mar 2011)
@@ -0,0 +1,14 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_GET_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_REF_GET_ER_2010_HPP
+#include <boost/assign/v2/ref/wrapper/range_get.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_REF_GET_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