$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Giovanni Bajo (giovannibajo_at_[hidden])
Date: 2003-05-21 12:25:26
Beman Dawes <bdawes_at_[hidden]> wrote:
> * Causes a few tests which use Microsoft headers to fail with errors which
> actually should be just warnings with --a option. This has been reported
to
> Comeau.
Well, Comeau in strict mode (--a) defines BOOST_DISABLE_WIN32, so it should
never include any Windows header. That's because we know that Windows
headers can't be compiled in strict mode, can they?
Giovanni Bajo