$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrei Alexandrescu (andrewalex_at_[hidden])
Date: 2001-11-19 21:53:20
> > #define SUPERSUBCLASS(T, U) \
> > (::Loki::Conversion<const U*, const T*>::exists && \
> > !::Loki::Conversion<const T*, const void*>::sameType)
> >
>
> Why don't to implement this using boost::is_convertable and
> boost::same_type?
I just pasted code from Loki. My entire point was to suggest adding a
similar macro to boost.
Andrei