From 5ebfd961aa16fb9bd144fad09f80cde571e7ecf2 Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Thu, 11 Aug 2011 14:46:22 +0000 Subject: [PATCH] Refactored pop_back_iterator into a reusable iterator_adaptor [SVN r73656] --- include/boost/fusion/iterator.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/boost/fusion/iterator.hpp b/include/boost/fusion/iterator.hpp index c7f8e1eb..9aeb6a39 100644 --- a/include/boost/fusion/iterator.hpp +++ b/include/boost/fusion/iterator.hpp @@ -1,13 +1,14 @@ /*============================================================================= - 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 + 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) ==============================================================================*/ #if !defined(FUSION_ITERATOR_10022005_0559) #define FUSION_ITERATOR_10022005_0559 #include +#include #include #include #include