|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r66950 - in sandbox/statistics/support/boost/assign/v2: chain/aux_ detail/functor
From: erwann.rogard_at_[hidden]
Date: 2010-12-01 11:50:26
Author: e_r
Date: 2010-12-01 11:50:23 EST (Wed, 01 Dec 2010)
New Revision: 66950
URL: http://svn.boost.org/trac/boost/changeset/66950
Log:
cosmetic update to boost/assign/v2
Text files modified:
sandbox/statistics/support/boost/assign/v2/chain/aux_/logical_and.hpp | 9 +++------
sandbox/statistics/support/boost/assign/v2/detail/functor/new.hpp | 1 -
2 files changed, 3 insertions(+), 7 deletions(-)
Modified: sandbox/statistics/support/boost/assign/v2/chain/aux_/logical_and.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/chain/aux_/logical_and.hpp (original)
+++ sandbox/statistics/support/boost/assign/v2/chain/aux_/logical_and.hpp 2010-12-01 11:50:23 EST (Wed, 01 Dec 2010)
@@ -8,19 +8,17 @@
// Boost Software License, Version 1.0. (See accompanying file //
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
//////////////////////////////////////////////////////////////////////////////
-// TODO (maybe) remove file
-/*
#ifndef BOOST_ASSIGN_V2_CHAIN_FUNCTION_LOGICAL_AND_ER_2010_HPP
#define BOOST_ASSIGN_V2_CHAIN_FUNCTION_LOGICAL_AND_ER_2010_HPP
#include <boost/assign/v2/chain/aux_/bitwise_or.hpp>
#include <boost/assign/v2/chain/traits/result.hpp>
-// This is an alternative syntax for chaining
+// TODO gauge interest for this alternative syntax.
namespace boost{
namespace assign{
namespace v2{
-
+/*
#define MACRO(U1, U2) \
template<typename R1,typename R2> \
typename chain_aux::result< \
@@ -39,10 +37,9 @@
MACRO( R1 const, R2 )
MACRO( R1 const, R2 const )
#undef MACRO
-
+*/
}// v2
}// assign
}// boost
#endif
-*/
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/detail/functor/new.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/detail/functor/new.hpp (original)
+++ sandbox/statistics/support/boost/assign/v2/detail/functor/new.hpp 2010-12-01 11:50:23 EST (Wed, 01 Dec 2010)
@@ -13,7 +13,6 @@
#if BOOST_ASSIGN_V2_ENABLE_CPP0X
#include <utility>
#else
-//#include <memory> // TODO what for?!
#include <boost/preprocessor/repetition/repeat_from_to.hpp>
#include <boost/preprocessor/repetition/enum_params.hpp>
#include <boost/preprocessor/repetition/enum_binary_params.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