From a42ede713ee1a256869b06120970010e5aff408d Mon Sep 17 00:00:00 2001
From: Beman Dawes
@@ -31,8 +32,7 @@ is particularly useful for solving generic programming problems.
+
Integer Type Selection
Templates
-namespace boost +namespace boost { // fast integers from least integers template< typename LeastInt > @@ -156,8 +156,7 @@ The following table describes each template's criteria.Example
--#include <boost/integer.hpp> +#include <boost/integer.hpp> //... @@ -195,7 +194,7 @@ href="../../boost/cstdint.hpp"><boost/cstdint.hpp>.The author of most of the Boost integer type choosing templates is Beman Dawes. He gives thanks -to Valentin Bonnard and +to Valentin Bonnard and Kevlin Henney for sharing their designs for similar templates. Daryle Walker designed the @@ -211,4 +210,4 @@ notice appears in all copies. This document is provided "as is" without express or implied warranty, and with no claim as to its suitability for any purpose.
-