$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2005-04-21 23:07:13
On Apr 21, 2005, at 10:17 AM, Doug Gregor wrote:
>
> There's one source file (.cpp) in the Graph library that causes
> numerous compilers to loop, crash, or just plain generate bad code. The
> only workaround I've found is to be very picky about how this file is
> compiled.
>
> - On Darwin's GCC, we need to compile without inlining, even in
> release mode.
> - On MSVC 7.1, we need to compile without optimization and without
> /GR.
>
Nevermind! I figured it out. Very nifty.
Doug