From a9b35df2f898dc2b16b729219bcf67138a38b35a 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/cstdint.hpp | 2 +- include/boost/integer.hpp | 2 +- include/boost/integer_fwd.hpp | 2 +- include/boost/integer_traits.hpp | 3 +++ 4 files changed, 6 insertions(+), 3 deletions(-) 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