mirror of
https://github.com/boostorg/integer.git
synced 2025-07-23 09:17:15 +02:00
fix link
[SVN r12698]
This commit is contained in:
11
integer.htm
11
integer.htm
@ -5,7 +5,8 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body bgcolor="white" text="black">
|
<body bgcolor="white" text="black">
|
||||||
<h1><img src="../../c++boost.gif" alt="c++boost.gif (8819 bytes)"
|
<h1>
|
||||||
|
<img src="../../c++boost.gif" alt="c++boost.gif (8819 bytes)"
|
||||||
align="middle" width="277" height="86">Integer Type Selection
|
align="middle" width="277" height="86">Integer Type Selection
|
||||||
Templates</h1>
|
Templates</h1>
|
||||||
|
|
||||||
@ -31,8 +32,7 @@ is particularly useful for solving generic programming problems.</p>
|
|||||||
|
|
||||||
<h2><a name="synopsis">Synopsis</a></h2>
|
<h2><a name="synopsis">Synopsis</a></h2>
|
||||||
|
|
||||||
<blockquote><pre>
|
<blockquote><pre>namespace boost
|
||||||
namespace boost
|
|
||||||
{
|
{
|
||||||
// fast integers from least integers
|
// fast integers from least integers
|
||||||
template< typename LeastInt >
|
template< typename LeastInt >
|
||||||
@ -156,8 +156,7 @@ The following table describes each template's criteria.</p>
|
|||||||
|
|
||||||
<h2><a name="example">Example</a></h2>
|
<h2><a name="example">Example</a></h2>
|
||||||
|
|
||||||
<blockquote><pre>
|
<blockquote><pre>#include <boost/integer.hpp>
|
||||||
#include <boost/integer.hpp>
|
|
||||||
|
|
||||||
//...
|
//...
|
||||||
|
|
||||||
@ -195,7 +194,7 @@ href="../../boost/cstdint.hpp"><boost/cstdint.hpp></a></cite>.</p>
|
|||||||
|
|
||||||
<p>The author of most of the Boost integer type choosing templates is <a
|
<p>The author of most of the Boost integer type choosing templates is <a
|
||||||
href="../../people/beman_dawes.html">Beman Dawes</a>. He gives thanks
|
href="../../people/beman_dawes.html">Beman Dawes</a>. He gives thanks
|
||||||
to <a href="../../people/valentin_bonnard.htm">Valentin Bonnard</a> and
|
to Valentin Bonnard and
|
||||||
<a href="../../people/kevlin_henney.htm"> Kevlin Henney</a> for sharing
|
<a href="../../people/kevlin_henney.htm"> Kevlin Henney</a> for sharing
|
||||||
their designs for similar templates. <a
|
their designs for similar templates. <a
|
||||||
href="../../people/daryle_walker.html">Daryle Walker</a> designed the
|
href="../../people/daryle_walker.html">Daryle Walker</a> designed the
|
||||||
|
Reference in New Issue
Block a user