$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-12-01 06:15:53
> For the life of me, I cannot find is_base_of<>. What header files /
> namespaces do I need to reference to get at this little guy?
> Actually, I'm starting to think it has been replaced and that I
> should be looking for something else...
Nope RTM. Look at the type traits docs, specifically in
doc/html/boost_typetraits/reference.html#boost_typetraits.is_base_of
I would have pointed you at the web pages, but they appear to be corrupted ?
John.