Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66674 - in sandbox/statistics/support/boost/assign/v2: detail/mpl put/compose/common put/sub
From: erwann.rogard_at_[hidden]
Date: 2010-11-21 22:30:30


Author: e_r
Date: 2010-11-21 22:30:20 EST (Sun, 21 Nov 2010)
New Revision: 66674
URL: http://svn.boost.org/trac/boost/changeset/66674

Log:
assign/v2 cosmetic changes
Text files modified:
   sandbox/statistics/support/boost/assign/v2/detail/mpl/mpl.hpp | 4 ++--
   sandbox/statistics/support/boost/assign/v2/put/compose/common/common.hpp | 2 +-
   sandbox/statistics/support/boost/assign/v2/put/sub/sub.hpp | 9 +++++++++
   3 files changed, 12 insertions(+), 3 deletions(-)

Modified: sandbox/statistics/support/boost/assign/v2/detail/mpl/mpl.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/detail/mpl/mpl.hpp (original)
+++ sandbox/statistics/support/boost/assign/v2/detail/mpl/mpl.hpp 2010-11-21 22:30:20 EST (Sun, 21 Nov 2010)
@@ -7,8 +7,8 @@
 // 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_TYPE_TRAITS_MPL_ER_2010_HPP
-#define BOOST_ASSIGN_V2_TYPE_TRAITS_MPL_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_TYPE_TRAITS_MPL_MPL_ER_2010_HPP
+#define BOOST_ASSIGN_V2_TYPE_TRAITS_MPL_MPL_ER_2010_HPP
 
 #include <boost/assign/v2/detail/mpl/always.hpp>
 #include <boost/assign/v2/detail/mpl/switch.hpp>

Modified: sandbox/statistics/support/boost/assign/v2/put/compose/common/common.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/put/compose/common/common.hpp (original)
+++ sandbox/statistics/support/boost/assign/v2/put/compose/common/common.hpp 2010-11-21 22:30:20 EST (Sun, 21 Nov 2010)
@@ -10,6 +10,6 @@
 #ifndef BOOST_ASSIGN_V2_PUT_COMPOSE_COMMON_COMMON_ER_2010_HPP
 #define BOOST_ASSIGN_V2_PUT_COMPOSE_COMMON_COMMON_ER_2010_HPP
 
-#include <boost/assign/v2/put/compose/common/common.hpp>
+#include <boost/assign/v2/put/compose/common/forward_parameter.hpp>
 
 #endif

Modified: sandbox/statistics/support/boost/assign/v2/put/sub/sub.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/put/sub/sub.hpp (original)
+++ sandbox/statistics/support/boost/assign/v2/put/sub/sub.hpp 2010-11-21 22:30:20 EST (Sun, 21 Nov 2010)
@@ -1,3 +1,12 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_SUB_SUB_ER_2010_HPP
 #define BOOST_ASSIGN_V2_PUT_SUB_SUB_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