$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2004-01-08 13:53:00
"Thomas Wenisch" <twenisch_at_[hidden]> wrote
> 4) BOOST_IS_ABSTRACT() and incomplete types
>
> Can I place the BOOST_IS_ABSTRACT macro at a location where the type it
> is naming is incomplete?
>
The type should be complete.
Please note the abstract test works only with Intel C++ 7.0+, VC7.1 and
latest Comeau. Feature request for GCC 3.4 has been filled.
/Pavel