forked from boostorg/integer
add or update See www.boost.org comments
[SVN r16708]
This commit is contained in:
@ -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.)
|
||||||
|
@ -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)
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user