Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69692 - in sandbox/assign_v2/boost/assign/v2: put put/fun ref/array
From: erwann.rogard_at_[hidden]
Date: 2011-03-08 10:59:15


Author: e_r
Date: 2011-03-08 10:59:14 EST (Tue, 08 Mar 2011)
New Revision: 69692
URL: http://svn.boost.org/trac/boost/changeset/69692

Log:
upd assign_v2
Added:
   sandbox/assign_v2/boost/assign/v2/put/fun/
   sandbox/assign_v2/boost/assign/v2/put/fun.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/put/fun/constructor.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/put/fun/identity.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/put/fun/new.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/ref/array/conversion.hpp (contents, props changed)

Added: sandbox/assign_v2/boost/assign/v2/put/fun.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/put/fun.hpp 2011-03-08 10:59:14 EST (Tue, 08 Mar 2011)
@@ -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_PUT_FUN_ER_2010_HPP
+#define BOOST_ASSIGN_V2_PUT_FUN_ER_2010_HPP
+
+#include <boost/assign/v2/put/fun/constructor.hpp>
+#include <boost/assign/v2/put/fun/identity.hpp>
+#include <boost/assign/v2/put/fun/new.hpp>
+
+#endif

Added: sandbox/assign_v2/boost/assign/v2/put/fun/constructor.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/put/fun/constructor.hpp 2011-03-08 10:59:14 EST (Tue, 08 Mar 2011)
@@ -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_PUT_FUN_CONSTRUCTOR_ER_2010_HPP
+#define BOOST_ASSIGN_V2_PUT_FUN_CONSTRUCTOR_ER_2010_HPP
+#include <boost/assign/v2/detail/functor/constructor.hpp>
+#include <boost/assign/v2/put/modulo/fun/keyword.hpp>
+
+BOOST_ASSIGN_V2_MODULO_FUN_KEYWORD(constructor, keyword_aux::constructor<T>)
+
+#endif

Added: sandbox/assign_v2/boost/assign/v2/put/fun/identity.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/put/fun/identity.hpp 2011-03-08 10:59:14 EST (Tue, 08 Mar 2011)
@@ -0,0 +1,26 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_FUN_IDENTITY_ER_2010_HPP
+#define BOOST_ASSIGN_V2_PUT_FUN_IDENTITY_ER_2010_HPP
+#include <boost/assign/v2/detail/functor/identity.hpp>
+#include <boost/assign/v2/put/modulo/fun.hpp>
+
+namespace boost{
+namespace assign{
+namespace v2{
+namespace {
+ put_aux::modulo_fun<functor_aux::identity> const _identity
+ = ( _fun = _functor_identity );
+}
+}// v2
+}// assign
+}// boost
+
+#endif

Added: sandbox/assign_v2/boost/assign/v2/put/fun/new.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/put/fun/new.hpp 2011-03-08 10:59:14 EST (Tue, 08 Mar 2011)
@@ -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_PUT_FUN_NEW_ER_2010_HPP
+#define BOOST_ASSIGN_V2_PUT_FUN_NEW_ER_2010_HPP
+#include <boost/assign/v2/detail/functor/new.hpp>
+#include <boost/assign/v2/put/modulo/fun/keyword.hpp>
+
+BOOST_ASSIGN_V2_MODULO_FUN_KEYWORD(new, keyword_aux::new_<T>)
+
+#endif

Added: sandbox/assign_v2/boost/assign/v2/ref/array/conversion.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/ref/array/conversion.hpp 2011-03-08 10:59:14 EST (Tue, 08 Mar 2011)
@@ -0,0 +1,33 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_ARRAY_CONVERSION_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_ARRAY_CONVERSION_ER_2010_HPP
+#include <boost/assign/v2/ref/array/interface.hpp>
+#include <boost/assign/v2/utility/conversion/name_lookup.hpp>
+
+namespace boost{
+namespace assign{
+namespace v2{
+namespace ref{
+namespace array_aux{
+
+#define BOOST_ASSIGN_V2_SEQ (Impl)(D)
+#define BOOST_ASSIGN_V2_R interface<Impl, D>
+BOOST_ASSIGN_V2_UTILITY_CONVERSION_NAME_LOOKUP(BOOST_ASSIGN_V2_SEQ, BOOST_ASSIGN_V2_R)
+#undef BOOST_ASSIGN_V2_SEQ
+#undef BOOST_ASSIGN_V2_R
+
+}// array_aux
+}// ref
+}// v2
+}// assign
+}// boost
+
+#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