Boost logo

Boost-Commit :

From: dwalker07_at_[hidden]
Date: 2008-07-27 05:00:55


Author: dlwalker
Date: 2008-07-27 05:00:54 EDT (Sun, 27 Jul 2008)
New Revision: 47838
URL: http://svn.boost.org/trac/boost/changeset/47838

Log:
Corrected link to corresponding test files
Text files modified:
   trunk/libs/integer/cstdint.htm | 2 +-
   trunk/libs/integer/integer.htm | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/integer/cstdint.htm
==============================================================================
--- trunk/libs/integer/cstdint.htm (original)
+++ trunk/libs/integer/cstdint.htm 2008-07-27 05:00:54 EDT (Sun, 27 Jul 2008)
@@ -18,7 +18,7 @@
 header <stdint.h>.  The 64-bit types required by the C standard are not
 required in the boost header, and may not be supplied in all implementations,
 because <code>long long</code> is not [yet] included in the C++ standard.</p>
-<p>See cstdint_test.cpp for a test program.</p>
+<p>See cstdint_test.cpp for a test program.</p>
 <h2>Exact-width integer types</h2>
 <p>The typedef <code>int#_t</code>, with # replaced by the width, designates a
 signed integer type of exactly # bits; <code>int8_t</code> denotes an 8-bit

Modified: trunk/libs/integer/integer.htm
==============================================================================
--- trunk/libs/integer/integer.htm (original)
+++ trunk/libs/integer/integer.htm 2008-07-27 05:00:54 EDT (Sun, 27 Jul 2008)
@@ -462,7 +462,7 @@
 
 <h2><a name="demo">Demonstration Program</a></h2>
 
-<p>The program integer_test.cpp is a
+<p>The program integer_test.cpp is a
 simplistic demonstration of the results from instantiating various
 examples of the sized type class templates.</p>
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk