$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gross, Steve (SGross_at_[hidden])
Date: 2007-08-13 16:11:47
Is there a way to use the mpl to determine if an object can be converted
to some parent / child class? That is, if A derives from B, can I say
something like "mpl::is_convertible_to<A, B>::value" ?
Thanks,
--Steve