Fixed broken links.

[SVN r13574]
This commit is contained in:
John Maddock
2002-04-27 11:05:49 +00:00
parent c4f487229a
commit 2c5d50d193

View File

@@ -779,7 +779,9 @@ BOOST_BROKEN_COMPILER_TYPE_TRAITS_SPECIALIZATION evaluates to
nothing on those compilers that do support partial specialization.</p>
<h2><a name="synthesized"></a>Synthesizing Types</h2>
<p> The following template synthesizes a type with the desired properties.
<p>The following template synthesizes a type with the desired
properties. </p>
<table border="0" cellpadding="7" cellspacing="1" width="100%">
<tr>
@@ -801,12 +803,11 @@ nothing on those compilers that do support partial specialization.</p>
<tr>
<td valign="top" width="5%">&nbsp;</td>
<td valign="top" width="23%" bgcolor="#C0C0C0"><code>::boost::type_with_alignment&lt;Align&gt;::type</code></td>
<td valign="top" width="28%" bgcolor="#C0C0C0">Attempts to find a
built-in or POD type with an alignment that is a multiple of Align.
</td>
<td valign="top" width="13%" bgcolor="#C0C0C0"></td>
<td width="25%" bgcolor="#C0C0C0"><p align="center"></p>
</td>
<td valign="top" width="28%" bgcolor="#C0C0C0">Attempts
to find a built-in or POD type with an alignment that is
a multiple of Align. </td>
<td valign="top" width="13%" bgcolor="#C0C0C0">&nbsp;</td>
<td width="25%" bgcolor="#C0C0C0">&nbsp;</td>
<td valign="top" width="5%">&nbsp;</td>
</tr>
</table>
@@ -1131,7 +1132,7 @@ template.</p>
<p>&nbsp;</p>
<h2>Example code</h2>
<h2><a name="example"></a>Example code</h2>
<p>Type-traits comes with four example programs that illustrate
some of the ways in which the type traits templates may be used:</p>