$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrei Alexandrescu (andrewalex_at_[hidden])
Date: 2003-01-28 06:06:35
"Thomas Witt" <witt_at_[hidden]> wrote in message
news:3E3590ED.8030100_at_ive.uni-hannover.de...
> IIUC is_based_and_derived<T,T> evaluates to true as well. Is a class T
> strictly speaking a base class of itself?
Yes; any type is considered a supertype of itself.
Andrei