$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-12-23 07:46:57
> In addition, Boost attempts to build statically linked CRT versions of
> some of the libraries (/ML and /MLd flags) - these appear to have been
> removed in VS2005 (and the documentation appears to imply that'll be
> the case for RTM: "/ML and /MLd compiler options have been removed.
> Visual C++ no longer supports single-threaded, statically linked CRT
> library support. "). Will these be removed from the VC8 build when the
> compiler is released?
Yep, there's a whole bunch of potential problems to deal with: I get
warnings about /Zc:wchar_t and /Zc:forscope as well, I don't doubt that
these will all get fixed when we know what the final compiler release will
be.
John.