$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r70518 - in sandbox/assign_v2/boost/assign/v2/include: . macro
From: erwann.rogard_at_[hidden]
Date: 2011-03-24 16:54:10
Author: e_r
Date: 2011-03-24 16:54:08 EDT (Thu, 24 Mar 2011)
New Revision: 70518
URL: http://svn.boost.org/trac/boost/changeset/70518
Log:
upd assign_v2
Added:
   sandbox/assign_v2/boost/assign/v2/include/macro.hpp   (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/macro/modifier.hpp   (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/include/macro/std_modifier.hpp   (contents, props changed)
Added: sandbox/assign_v2/boost/assign/v2/include/macro.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/macro.hpp	2011-03-24 16:54:08 EDT (Thu, 24 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_MACRO_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_MACRO_ER_2010_HPP
+#include <boost/assign/v2/include/macro/modifier.hpp>
+#include <boost/assign/v2/include/macro/std_modifier.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_MACRO_ER_2010_HPP
Added: sandbox/assign_v2/boost/assign/v2/include/macro/modifier.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/macro/modifier.hpp	2011-03-24 16:54:08 EDT (Thu, 24 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_MACRO_MODIFIER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_MACRO_MODIFIER_ER_2010_HPP
+#include <boost/assign/v2/option/modifier.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_MACRO_MODIFIER_ER_2010_HPP
+
Added: sandbox/assign_v2/boost/assign/v2/include/macro/std_modifier.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/include/macro/std_modifier.hpp	2011-03-24 16:54:08 EDT (Thu, 24 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_MACRO_STD_MODIFIER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_MACRO_STD_MODIFIER_ER_2010_HPP
+#include <boost/assign/v2/option/std_modifier.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_MACRO_STD_MODIFIER_ER_2010_HPP
+