From adbdf8550c2555b4ef8454835ce79c00da6c038d Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Fri, 12 Aug 2011 11:51:57 +0000 Subject: [PATCH] Back on track. The code is fine again. [SVN r73697] --- include/boost/fusion/algorithm/transformation/pop_back.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/boost/fusion/algorithm/transformation/pop_back.hpp b/include/boost/fusion/algorithm/transformation/pop_back.hpp index 4da08710..a461f3f5 100644 --- a/include/boost/fusion/algorithm/transformation/pop_back.hpp +++ b/include/boost/fusion/algorithm/transformation/pop_back.hpp @@ -35,10 +35,6 @@ namespace boost { namespace fusion pop_back_iterator(Iterator_ const& iterator_base) : base_type(iterator_base) {} - template - pop_back_iterator(pop_back_iterator const& rhs) - : base_type(rhs.iterator_base) {} - template struct make {