Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70347 - in sandbox/assign_v2/boost/assign/v2/include: . optional
From: erwann.rogard_at_[hidden]
Date: 2011-03-21 15:30:45


Author: e_r
Date: 2011-03-21 15:30:43 EDT (Mon, 21 Mar 2011)
New Revision: 70347
URL: http://svn.boost.org/trac/boost/changeset/70347

Log:
upd assign_v2
Added:
   sandbox/assign_v2/boost/assign/v2/include/optional/
   sandbox/assign_v2/boost/assign/v2/include/optional.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/optional/fun.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/optional/insert.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/optional/iterate.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/optional/lookup.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/optional/push.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/optional/push_back.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/optional/push_front.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/optional/repeat.hpp (contents, props changed)

Added: sandbox/assign_v2/boost/assign/v2/include/optional.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/optional.hpp 2011-03-21 15:30:43 EDT (Mon, 21 Mar 2011)
@@ -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_INCLUDE_OPTIONAL_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_OPTIONAL_ER_2010_HPP
+#include <boost/assign/v2/include/optional/fun.hpp>
+#include <boost/assign/v2/include/optional/insert.hpp>
+#include <boost/assign/v2/include/optional/iterate.hpp>
+#include <boost/assign/v2/include/optional/lookup.hpp>
+#include <boost/assign/v2/include/optional/push.hpp>
+#include <boost/assign/v2/include/optional/push_back.hpp>
+#include <boost/assign/v2/include/optional/push_front.hpp>
+#include <boost/assign/v2/include/optional/repeat.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_OPTIONAL_ER_2010_HPP

Added: sandbox/assign_v2/boost/assign/v2/include/optional/fun.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/optional/fun.hpp 2011-03-21 15:30:43 EDT (Mon, 21 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_OPTIONAL_FUN_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_OPTIONAL_FUN_ER_2010_HPP
+#include <boost/assign/v2/optional/fun.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_OPTIONAL_FUN_ER_2010_HPP

Added: sandbox/assign_v2/boost/assign/v2/include/optional/insert.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/optional/insert.hpp 2011-03-21 15:30:43 EDT (Mon, 21 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_OPTIONAL_INSERT_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_OPTIONAL_INSERT_ER_2010_HPP
+#include <boost/assign/v2/optional/insert.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_OPTIONAL_INSERT_ER_2010_HPP

Added: sandbox/assign_v2/boost/assign/v2/include/optional/iterate.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/optional/iterate.hpp 2011-03-21 15:30:43 EDT (Mon, 21 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_OPTIONAL_ITERATE_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_OPTIONAL_ITERATE_ER_2010_HPP
+#include <boost/assign/v2/optional/iterate.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_OPTIONAL_ITERATE_ER_2010_HPP

Added: sandbox/assign_v2/boost/assign/v2/include/optional/lookup.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/optional/lookup.hpp 2011-03-21 15:30:43 EDT (Mon, 21 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_OPTIONAL_LOOKUP_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_OPTIONAL_LOOKUP_ER_2010_HPP
+#include <boost/assign/v2/optional/lookup.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_OPTIONAL_LOOKUP_ER_2010_HPP

Added: sandbox/assign_v2/boost/assign/v2/include/optional/push.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/optional/push.hpp 2011-03-21 15:30:43 EDT (Mon, 21 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_OPTIONAL_PUSH_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_OPTIONAL_PUSH_ER_2010_HPP
+#include <boost/assign/v2/optional/push.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_OPTIONAL_PUSH_ER_2010_HPP

Added: sandbox/assign_v2/boost/assign/v2/include/optional/push_back.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/optional/push_back.hpp 2011-03-21 15:30:43 EDT (Mon, 21 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_OPTIONAL_PUSH_BACK_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_OPTIONAL_PUSH_BACK_ER_2010_HPP
+#include <boost/assign/v2/optional/push_back.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_OPTIONAL_PUSH_BACK_ER_2010_HPP

Added: sandbox/assign_v2/boost/assign/v2/include/optional/push_front.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/optional/push_front.hpp 2011-03-21 15:30:43 EDT (Mon, 21 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_OPTIONAL_PUSH_FRONT_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_OPTIONAL_PUSH_FRONT_ER_2010_HPP
+#include <boost/assign/v2/optional/push_front.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_OPTIONAL_PUSH_FRONT_ER_2010_HPP

Added: sandbox/assign_v2/boost/assign/v2/include/optional/repeat.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/optional/repeat.hpp 2011-03-21 15:30:43 EDT (Mon, 21 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_OPTIONAL_REPEAT_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_OPTIONAL_REPEAT_ER_2010_HPP
+#include <boost/assign/v2/optional/repeat.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_OPTIONAL_REPEAT_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