From 1e8216431bdd544d87359c5b54708332c769452f 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/generator_iterator.hpp | 2 ++ include/boost/operators.hpp | 2 +- include/boost/utility.hpp | 2 +- include/boost/utility_fwd.hpp | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/include/boost/generator_iterator.hpp b/include/boost/generator_iterator.hpp index 5f4c0a9..e27090c 100644 --- a/include/boost/generator_iterator.hpp +++ b/include/boost/generator_iterator.hpp @@ -9,6 +9,8 @@ // 15 Nov 2001 Jens Maurer // created. +// See http://www.boost.org/libs/utility/iterator_adaptors.htm for documentation. + #ifndef BOOST_ITERATOR_ADAPTOR_GENERATOR_ITERATOR_HPP #define BOOST_ITERATOR_ADAPTOR_GENERATOR_ITERATOR_HPP diff --git a/include/boost/operators.hpp b/include/boost/operators.hpp index 5bd04b6..f2331c6 100644 --- a/include/boost/operators.hpp +++ b/include/boost/operators.hpp @@ -6,7 +6,7 @@ // 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/operators.htm for documentation. // Revision History // 21 Oct 02 Modified implementation of operators to allow compilers with a diff --git a/include/boost/utility.hpp b/include/boost/utility.hpp index a6c9464..b885d95 100644 --- a/include/boost/utility.hpp +++ b/include/boost/utility.hpp @@ -6,7 +6,7 @@ // 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. // Classes appear in alphabetical order diff --git a/include/boost/utility_fwd.hpp b/include/boost/utility_fwd.hpp index 8e2f040..0f2762e 100644 --- a/include/boost/utility_fwd.hpp +++ b/include/boost/utility_fwd.hpp @@ -6,7 +6,7 @@ // 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. #ifndef BOOST_UTILITY_FWD_HPP #define BOOST_UTILITY_FWD_HPP