$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: quendezus (quendez_at_[hidden])
Date: 2002-02-28 05:13:33
--- In boost_at_y..., "rameysb" <ramey_at_r...> wrote:
>
> Can anyone recommend a good candidate for a second compiler use to
> build this. Ideally its problems would complement those of MSVC so
> that a clean build on both systems would give me confidence that it
> is portable. Ideally I would like a version of GCC that works on
> win32.
>
I use MinGW (http://www.mingw.org).
See VC++ vs. MinGW for an example of incompatibility between
type_info::name() functions.
Sylvain