From 760c1a534c33c6d6c317f96b764cd29c07300b1f Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Thu, 11 Aug 2011 08:52:10 +0000 Subject: [PATCH] minor tweaks [SVN r73645] --- include/boost/fusion/algorithm/transformation/pop_back.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/fusion/algorithm/transformation/pop_back.hpp b/include/boost/fusion/algorithm/transformation/pop_back.hpp index 65016535..e163b8c9 100644 --- a/include/boost/fusion/algorithm/transformation/pop_back.hpp +++ b/include/boost/fusion/algorithm/transformation/pop_back.hpp @@ -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 @@ namespace boost { namespace fusion template struct equal_to - : is_same< + : result_of::equal_to< typename result_of::next< typename I1::base_type>::type , typename I2::base_type