mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-01 21:44:30 +02:00
Fixed broken links.
[SVN r13574]
This commit is contained in:
17
index.htm
17
index.htm
@@ -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%"> </td>
|
||||
<td valign="top" width="23%" bgcolor="#C0C0C0"><code>::boost::type_with_alignment<Align>::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"> </td>
|
||||
<td width="25%" bgcolor="#C0C0C0"> </td>
|
||||
<td valign="top" width="5%"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -1131,7 +1132,7 @@ template.</p>
|
||||
|
||||
<p> </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>
|
||||
|
Reference in New Issue
Block a user