Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66679 - sandbox/statistics/support/boost/assign/v2
From: erwann.rogard_at_[hidden]
Date: 2010-11-22 09:50:01


Author: e_r
Date: 2010-11-22 09:49:59 EST (Mon, 22 Nov 2010)
New Revision: 66679
URL: http://svn.boost.org/trac/boost/changeset/66679

Log:
boost/assign/v2 small changes to directory struture. adding files that only container #include statements
Added:
   sandbox/statistics/support/boost/assign/v2/anon.hpp (contents, props changed)
   sandbox/statistics/support/boost/assign/v2/chain.hpp (contents, props changed)
   sandbox/statistics/support/boost/assign/v2/detail.hpp (contents, props changed)
   sandbox/statistics/support/boost/assign/v2/put.hpp (contents, props changed)
   sandbox/statistics/support/boost/assign/v2/ref.hpp (contents, props changed)

Added: sandbox/statistics/support/boost/assign/v2/anon.hpp
==============================================================================
--- (empty file)
+++ sandbox/statistics/support/boost/assign/v2/anon.hpp 2010-11-22 09:49:59 EST (Mon, 22 Nov 2010)
@@ -0,0 +1,17 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_ANON_ER_2010_HPP
+#define BOOST_ASSIGN_V2_ANON_ER_2010_HPP
+
+#include <boost/assign/v2/anon/make.hpp>
+#include <boost/assign/v2/anon/cont.hpp>
+#include <boost/assign/v2/anon/csv.hpp>
+
+#endif
\ No newline at end of file

Added: sandbox/statistics/support/boost/assign/v2/chain.hpp
==============================================================================
--- (empty file)
+++ sandbox/statistics/support/boost/assign/v2/chain.hpp 2010-11-22 09:49:59 EST (Mon, 22 Nov 2010)
@@ -0,0 +1,21 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_CHAIN_ER_2010_HPP
+#define BOOST_ASSIGN_V2_CHAIN_ER_2010_HPP
+#include <boost/assign/v2/chain/traits/result.hpp>
+#include <boost/assign/v2/chain/aux_/bitwise_or.hpp>
+#include <boost/assign/v2/chain/aux_/logical_and.hpp>
+
+// Usage
+// using namespace boost::assign::v2;
+// using namespace adaptor;
+// w = r1 | chain( r2 ) | chain( r3 );
+
+#endif

Added: sandbox/statistics/support/boost/assign/v2/detail.hpp
==============================================================================
--- (empty file)
+++ sandbox/statistics/support/boost/assign/v2/detail.hpp 2010-11-22 09:49:59 EST (Mon, 22 Nov 2010)
@@ -0,0 +1,25 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_DETAIL_ER_2010_HPP
+#define BOOST_ASSIGN_V2_DETAIL_ER_2010_HPP
+
+#include <boost/assign/v2/detail/checking.hpp>
+#include <boost/assign/v2/detail/functor.hpp>
+#include <boost/assign/v2/detail/fwd.hpp>
+#include <boost/assign/v2/detail/keyword.hpp>
+#include <boost/assign/v2/detail/mpl.hpp>
+#include <boost/assign/v2/detail/relational_op.hpp>
+#include <boost/assign/v2/detail/type_traits.hpp>
+
+// Don't include
+// /checking/checking.hpp
+// /config/config
+
+#endif

Added: sandbox/statistics/support/boost/assign/v2/put.hpp
==============================================================================
--- (empty file)
+++ sandbox/statistics/support/boost/assign/v2/put.hpp 2010-11-22 09:49:59 EST (Mon, 22 Nov 2010)
@@ -0,0 +1,19 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_PUT_ER_2010_HPP
+#define BOOST_ASSIGN_V2_PUT_ER_2010_HPP
+
+#include <boost/assign/v2/put/compose.hpp>
+#include <boost/assign/v2/put/generic.hpp>
+#include <boost/assign/v2/put/modifier.hpp>
+#include <boost/assign/v2/put/range.hpp>
+#include <boost/assign/v2/put/sub.hpp>
+
+#endif

Added: sandbox/statistics/support/boost/assign/v2/ref.hpp
==============================================================================
--- (empty file)
+++ sandbox/statistics/support/boost/assign/v2/ref.hpp 2010-11-22 09:49:59 EST (Mon, 22 Nov 2010)
@@ -0,0 +1,18 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_REF_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_ER_2010_HPP
+
+#include <boost/assign/v2/ref/anon.hpp>
+#include <boost/assign/v2/ref/fusion.hpp>
+#include <boost/assign/v2/ref/fusion_matrix.hpp>
+#include <boost/assign/v2/ref/wrapper.hpp>
+
+#endif


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