Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73645 - trunk/boost/fusion/algorithm/transformation
From: joel_at_[hidden]
Date: 2011-08-11 04:52:12


Author: djowel
Date: 2011-08-11 04:52:10 EDT (Thu, 11 Aug 2011)
New Revision: 73645
URL: http://svn.boost.org/trac/boost/changeset/73645

Log:
minor tweaks
Text files modified:
   trunk/boost/fusion/algorithm/transformation/pop_back.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/boost/fusion/algorithm/transformation/pop_back.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/pop_back.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/pop_back.hpp 2011-08-11 04:52:10 EDT (Thu, 11 Aug 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under 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)
@@ -31,7 +31,7 @@
 
         template <typename I1, typename I2>
         struct equal_to
- : is_same<
+ : result_of::equal_to<
                 typename result_of::next<
                     typename I1::base_type>::type
               , typename I2::base_type


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