diff --git a/include/boost/cstdint.hpp b/include/boost/cstdint.hpp index 6f65b90..5cc8589 100644 --- a/include/boost/cstdint.hpp +++ b/include/boost/cstdint.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/integer for documentation. // Revision History // 31 Oct 01 use BOOST_HAS_LONG_LONG to check for "long long" (Jens M.) diff --git a/include/boost/integer.hpp b/include/boost/integer.hpp index ec232c7..3c42772 100644 --- a/include/boost/integer.hpp +++ b/include/boost/integer.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/integer for documentation. // Revision History // 22 Sep 01 Added value-based integer templates. (Daryle Walker) diff --git a/include/boost/integer_fwd.hpp b/include/boost/integer_fwd.hpp index 7af9a4b..3b36b35 100644 --- a/include/boost/integer_fwd.hpp +++ b/include/boost/integer_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/integer for documentation. #ifndef BOOST_INTEGER_FWD_HPP #define BOOST_INTEGER_FWD_HPP diff --git a/include/boost/integer_traits.hpp b/include/boost/integer_traits.hpp index 4e8a114..ad8ab76 100644 --- a/include/boost/integer_traits.hpp +++ b/include/boost/integer_traits.hpp @@ -15,6 +15,9 @@ * Idea by Beman Dawes, Ed Brey, Steve Cleary, and Nathan Myers */ +// See http://www.boost.org/libs/integer for documentation. + + #ifndef BOOST_INTEGER_TRAITS_HPP #define BOOST_INTEGER_TRAITS_HPP