$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-11-28 11:39:08
I know I had it working with CWPro7 (prerelease beta) last week, so I 
wonder if something has been broken since? Pro7 seems to require some of 
the same workarounds in bind which are needed by msvc.
-Dave
On Wednesday, November 28, 2001, at 09:45 AM, Beman Dawes wrote:
>> 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.
>
> That rang a bell.  I just installed Metrowerks CodeWarrior 7.0 last 
> night
> and it failed on bind_test.cpp too.  Slightly different location,
> however.  See below.
>
> --Beman