John Maddock wrote:
> 
> Seems I don't understand the current version in detail. Isn't the
> fall-back version basically:
> 
> is_class =
>    !is_union &&
>    !is_array &&
>    !is_reference &&
>    !is_void &&
>    !is_function
> 
> No, you missed out is_pointer and is_member_pointer and maybe other from the
> list.

Why can't I see them?? Look at:

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/boost/boost/boost/type_traits/is_class.hpp?rev=1.5&content-type=text/vnd.viewcvs-markup

There is no !is_pointer or !is_member_pointer there. I don't get it,
sorry...

Regards, Daniel

-- 
Daniel Frey

aixigo AG - financial training, research and technology
Schloß-Rahe-Straße 15, 52072 Aachen, Germany
fon: +49 (0)241 936737-42, fax: +49 (0)241 936737-99
eMail: [EMAIL PROTECTED], web: http://www.aixigo.de
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to