$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-08-06 05:23:09
> Hmm - I missed that discussion. I did get your email - but somehow it
> failed to register. I'll look into this.
One simple answer would be to move your version into a separate namespace,
then when BOOST_NO_IS_ABSTRACT is *not* defined then it would just default
to a simple using declaration, otherwise you could define your own
workaround version.
John.