add or update See www.boost.org comments

[SVN r16708]
This commit is contained in:
Beman Dawes
2002-12-27 16:51:53 +00:00
parent 49a8d69fe3
commit a9b35df2f8
4 changed files with 6 additions and 3 deletions

View File

@ -6,7 +6,7 @@
// express or implied warranty, and with no claim as to its suitability for // express or implied warranty, and with no claim as to its suitability for
// any purpose. // any purpose.
// See http://www.boost.org for most recent version including documentation. // See http://www.boost.org/libs/integer for documentation.
// Revision History // Revision History
// 31 Oct 01 use BOOST_HAS_LONG_LONG to check for "long long" (Jens M.) // 31 Oct 01 use BOOST_HAS_LONG_LONG to check for "long long" (Jens M.)

View File

@ -6,7 +6,7 @@
// express or implied warranty, and with no claim as to its suitability for // express or implied warranty, and with no claim as to its suitability for
// any purpose. // any purpose.
// See http://www.boost.org for most recent version including documentation. // See http://www.boost.org/libs/integer for documentation.
// Revision History // Revision History
// 22 Sep 01 Added value-based integer templates. (Daryle Walker) // 22 Sep 01 Added value-based integer templates. (Daryle Walker)

View File

@ -6,7 +6,7 @@
// express or implied warranty, and with no claim as to its suitability for // express or implied warranty, and with no claim as to its suitability for
// any purpose. // 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 #ifndef BOOST_INTEGER_FWD_HPP
#define BOOST_INTEGER_FWD_HPP #define BOOST_INTEGER_FWD_HPP

View File

@ -15,6 +15,9 @@
* Idea by Beman Dawes, Ed Brey, Steve Cleary, and Nathan Myers * 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 #ifndef BOOST_INTEGER_TRAITS_HPP
#define BOOST_INTEGER_TRAITS_HPP #define BOOST_INTEGER_TRAITS_HPP