From 9c809beb2f8a5b7e577573b697dc2a317ff22e44 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 29 Mar 2011 21:17:11 +0000 Subject: [PATCH] Iterator: merge several changes from trunk. - Update iterator_facade test for #1019 (header change already merged). - Category of each iterator is reduced to a known category before we try to find a minimum. Fixes #1517. - `function_input_iterator` from Dean Michael Berris. Fixes #2893 - Fix typo in `boost/iterator.hpp`. Fixes #3434. - Always include `add_reference` header in iterator adaptor header. Did not merge changes for #1427. [SVN r70709] --- include/boost/iterator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/iterator.hpp b/include/boost/iterator.hpp index a43cfe1..6adab0e 100644 --- a/include/boost/iterator.hpp +++ b/include/boost/iterator.hpp @@ -1,4 +1,4 @@ -// interator.hpp workarounds for non-conforming standard libraries ---------// +// iterator.hpp workarounds for non-conforming standard libraries ---------// // (C) Copyright Beman Dawes 2000. Distributed under the Boost // Software License, Version 1.0. (See accompanying file