$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2004-02-01 04:34:26
"Robert Ramey" <ramey_at_[hidden]> wrote
> When I compile anything that includes is_abstract.hpp
> I get a compiler ICE with VC 7.0
>
> since is_abstract.hpp is included by type_traits.hpp
> it means that a large part of boost 1.31 release candidate 2
> is now uncompilable on this platform.
>
Boost.Config should be appended with new macro (BOOST_NO_SUPPORT_FOR_DR337
or better name) and is_abstract.hpp conditionally included.
Current regression test results can be used to check out which compilers
handle is_abstract<>.
/Pavel