Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69984 - sandbox/assign_v2/boost/assign/v2/utility/chain
From: erwann.rogard_at_[hidden]
Date: 2011-03-14 17:11:41


Author: e_r
Date: 2011-03-14 17:11:41 EDT (Mon, 14 Mar 2011)
New Revision: 69984
URL: http://svn.boost.org/trac/boost/changeset/69984

Log:
upd assign_v2
Added:
   sandbox/assign_v2/boost/assign/v2/utility/chain/operator_and.hpp
      - copied unchanged from r69981, /sandbox/assign_v2/boost/assign/v2/utility/chain/alias.hpp
Removed:
   sandbox/assign_v2/boost/assign/v2/utility/chain/alias.hpp

Deleted: sandbox/assign_v2/boost/assign/v2/utility/chain/alias.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/utility/chain/alias.hpp 2011-03-14 17:11:41 EDT (Mon, 14 Mar 2011)
+++ (empty file)
@@ -1,41 +0,0 @@
-//////////////////////////////////////////////////////////////////////////////
-// Boost.Assign v2 //
-// //
-// Copyright (C) 2003-2004 Thorsten Ottosen //
-// Copyright (C) 2009 Neil Groves //
-// 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_CHAIN_ALIAS_ER_2010_HPP
-#define BOOST_ASSIGN_V2_CHAIN_ALIAS_ER_2010_HPP
-#include <boost/assign/v2/utility/chain/meta.hpp>
-#include <boost/assign/v2/utility/chain/chain.hpp>
-
-namespace boost{
-namespace assign{
-namespace v2{
-
-#define BOOST_ASSIGN_V2_MACRO(U1, U2) \
-template<typename R1, typename R2> \
-typename chain_aux::result< \
- U1,\
- U2 \
->::type \
-operator&&(U1& r1, U2 & r2) \
-{ \
- return r1 | _chain( r2 ); \
-} \
-/**/
-BOOST_ASSIGN_V2_MACRO( R1 , R2 )
-BOOST_ASSIGN_V2_MACRO( R1 , R2 const )
-BOOST_ASSIGN_V2_MACRO( R1 const, R2 )
-BOOST_ASSIGN_V2_MACRO( R1 const, R2 const )
-#undef BOOST_ASSIGN_V2_MACRO
-
-}// v2
-}// assign
-}// boost
-
-#endif // BOOST_ASSIGN_V2_CHAIN_ALIAS_ER_2010_HPP
\ No newline at end of file


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