Added location information for is_base_and_derived

[SVN r12355]
This commit is contained in:
John Maddock
2002-01-19 13:05:03 +00:00
parent 0e0afca36d
commit 3cff038f78

View File

@@ -544,8 +544,8 @@ relationship between two types:</p>
</tr>
</table>
<p>Note that both <code>is_convertible</code>, and <code>is_base_and_derived</code> can
produce compiler errors if the convertion is ambiguous:</p>
<p>Note that both <code>is_convertible</code>, and <code>is_base_and_derived</code>
can produce compiler errors if the convertion is ambiguous:</p>
<pre>struct A {};
struct B : A {};
@@ -905,6 +905,12 @@ template.</p>
<td valign="top" width="41%" bgcolor="#C0C0C0"><code>&lt;boost/type_traits/composite_traits.hpp&gt;</code></td>
<td valign="top" width="9%">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td bgcolor="#C0C0C0"><code>is_base_and_derived</code></td>
<td bgcolor="#C0C0C0"><code>&lt;boost/type_traits/object_traits.hpp&gt;</code></td>
<td>&nbsp;</td>
</tr>
<tr>
<td valign="top" width="7%">&nbsp;</td>
<td valign="top" width="43%" bgcolor="#C0C0C0"><code>is_class</code></td>
@@ -1334,4 +1340,3 @@ discussion list at <a
href="http://www.yahoogroups.com/list/boost">www.yahoogroups.com/list/boost</a>.</p>
</body>
</html>