$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r74871 - trunk/boost/fusion/algorithm/transformation
From: joel_at_[hidden]
Date: 2011-10-09 20:58:25
Author: djowel
Date: 2011-10-09 20:58:24 EDT (Sun, 09 Oct 2011)
New Revision: 74871
URL: http://svn.boost.org/trac/boost/changeset/74871
Log:
Fix for ticket #6000
Text files modified: 
   trunk/boost/fusion/algorithm/transformation/pop_back.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 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-10-09 20:58:24 EDT (Sun, 09 Oct 2011)
@@ -80,7 +80,7 @@
         {};
 
 
-        template <typename Iterator, bool IsLast>
+        template <typename Iterator, bool IsLast_>
         struct prior_impl
         {
             typedef typename Iterator::iterator_base_type base_type;