From 3cff038f7848fe5e08168a11ccaa970d5e69fef1 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 19 Jan 2002 13:05:03 +0000 Subject: [PATCH] Added location information for is_base_and_derived [SVN r12355] --- index.htm | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/index.htm b/index.htm index 4223394..9dbd570 100644 --- a/index.htm +++ b/index.htm @@ -544,8 +544,8 @@ relationship between two types:

-

Note that both is_convertible, and is_base_and_derived can -produce compiler errors if the convertion is ambiguous:

+

Note that both is_convertible, and is_base_and_derived +can produce compiler errors if the convertion is ambiguous:

struct A {};
 struct B : A {};
@@ -905,6 +905,12 @@ template.

<boost/type_traits/composite_traits.hpp>   + +   + is_base_and_derived + <boost/type_traits/object_traits.hpp> +   +   is_class @@ -1334,4 +1340,3 @@ discussion list at www.yahoogroups.com/list/boost.

-