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