From 8dace06f0408208be43942f6338c4cacb0ec763d Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Fri, 27 Dec 2002 16:51:53 +0000 Subject: [PATCH] add or update See www.boost.org comments [SVN r16708] --- include/boost/counting_iterator.hpp | 2 +- include/boost/iterator.hpp | 2 +- include/boost/iterator_adaptors.hpp | 4 +++- include/boost/permutation_iterator.hpp | 2 ++ include/boost/shared_container_iterator.hpp | 1 + 5 files changed, 8 insertions(+), 3 deletions(-) diff --git a/include/boost/counting_iterator.hpp b/include/boost/counting_iterator.hpp index ef3b07d..574e176 100644 --- a/include/boost/counting_iterator.hpp +++ b/include/boost/counting_iterator.hpp @@ -4,7 +4,7 @@ // without express or implied warranty, and with no claim as to its suitability // for any purpose. // -// See http://www.boost.org for most recent version including documentation. +// See http://www.boost.org/libs/utility/counting_iterator.htm for documentation. // // Supplies: // diff --git a/include/boost/iterator.hpp b/include/boost/iterator.hpp index 0e2ef72..8b82097 100644 --- a/include/boost/iterator.hpp +++ b/include/boost/iterator.hpp @@ -5,7 +5,7 @@ // in all copies. This software is provided "as is" without express or implied // warranty, and with no claim as to its suitability for any purpose. -// See http://www.boost.org for most recent version including documentation. +// See http://www.boost.org/libs/utility for documentation. // Revision History // 12 Jan 01 added for std::ptrdiff_t (Jens Maurer) diff --git a/include/boost/iterator_adaptors.hpp b/include/boost/iterator_adaptors.hpp index e11db07..9387f22 100644 --- a/include/boost/iterator_adaptors.hpp +++ b/include/boost/iterator_adaptors.hpp @@ -9,7 +9,9 @@ // copyright notice appears in all copies. This software is provided // "as is" without express or implied warranty, and with no claim as // to its suitability for any purpose. -// + +// See http://www.boost.org/libs/utility/iterator_adaptors.htm for documentation. + // Revision History: // 01 Feb 2002 Jeremy Siek diff --git a/include/boost/permutation_iterator.hpp b/include/boost/permutation_iterator.hpp index 28ecfbb..8fdddb2 100644 --- a/include/boost/permutation_iterator.hpp +++ b/include/boost/permutation_iterator.hpp @@ -5,6 +5,8 @@ // to its suitability for any purpose. // +// See http://www.boost.org/libs/utility/permutation_iterator.htm for documentation. + #ifndef boost_permutation_iterator_hpp #define boost_permutation_iterator_hpp diff --git a/include/boost/shared_container_iterator.hpp b/include/boost/shared_container_iterator.hpp index cf8d736..95cf6c1 100644 --- a/include/boost/shared_container_iterator.hpp +++ b/include/boost/shared_container_iterator.hpp @@ -3,6 +3,7 @@ // in all copies. This software is provided "as is" without express or implied // warranty, and with no claim as to its suitability for any purpose. +// See http://www.boost.org/libs/utility/shared_container_iterator.html for documentation. #ifndef SHARED_CONTAINER_ITERATOR_RG08102002_HPP #define SHARED_CONTAINER_ITERATOR_RG08102002_HPP