Corrected link to corresponding test files

[SVN r47838]
This commit is contained in:
Daryle Walker
2008-07-27 09:00:54 +00:00
parent 2fcbc31b77
commit 2ae867bcf8
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ writing portable code that requires certain integer widths. All typedef's are i
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 <a href="cstdint_test.cpp">cstdint_test.cpp</a> for a test program.</p>
<p>See <a href="test/cstdint_test.cpp">cstdint_test.cpp</a> 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