forked from boostorg/type_traits
Added location information for is_base_and_derived
[SVN r12355]
This commit is contained in:
11
index.htm
11
index.htm
@@ -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><boost/type_traits/composite_traits.hpp></code></td>
|
||||
<td valign="top" width="9%"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td bgcolor="#C0C0C0"><code>is_base_and_derived</code></td>
|
||||
<td bgcolor="#C0C0C0"><code><boost/type_traits/object_traits.hpp></code></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="7%"> </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>
|
||||
|
||||
|
Reference in New Issue
Block a user