$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2001-11-27 20:47:13
The version of Bind in CVS seems to fail under MSVC 6sp5, but under some
strange circumstances :(. If I attempt to compile bind_test.cpp in debug
mode, I get a "fatal error C1001: INTERNAL COMPILER ERROR (compiler file
'msc1.cpp', line 1794)" at bind.hpp line 197.
Oddly enough, if I switch to release mode everything compiles and runs
smoothly. Unfortunately, I was unable to track down the source of the problem
:(.
Doug