From f46b2aeb732532b18cd58418a673e59563c05b7b Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Mon, 10 Oct 2011 00:58:24 +0000 Subject: [PATCH] Fix for ticket #6000 [SVN r74871] --- include/boost/fusion/algorithm/transformation/pop_back.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/fusion/algorithm/transformation/pop_back.hpp b/include/boost/fusion/algorithm/transformation/pop_back.hpp index 29de95b3..6059c555 100644 --- a/include/boost/fusion/algorithm/transformation/pop_back.hpp +++ b/include/boost/fusion/algorithm/transformation/pop_back.hpp @@ -80,7 +80,7 @@ namespace boost { namespace fusion {}; - template + template struct prior_impl { typedef typename Iterator::iterator_base_type base_type;