diff --git a/integer.htm b/integer.htm index 62f50bd..60085bc 100644 --- a/integer.htm +++ b/integer.htm @@ -5,7 +5,8 @@ -

c++boost.gif (8819 bytes) +c++boost.gif (8819 bytes)Integer Type Selection Templates

@@ -31,8 +32,7 @@ is particularly useful for solving generic programming problems.

Synopsis

-
-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.

- + \ No newline at end of file