Boost logo

Boost :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2001-11-28 09:45:02


At 08:47 PM 11/27/2001, Douglas Gregor 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

*** libs/bind/bind_test.cpp ***

** Metrowerks CodeWarrior
mwcc -o boosttmp.exe -maxerrors 10 -cwd source -I- -Ic:/boost/site
c:/boost/site/libs/bind/bind_test.cpp
### mwcc Compiler:
# File: ..\site\libs\bind\bind_test.cpp
# ----------------------------------------
# 193: bind<void>(Y(), i, _1, 9, 4)(k);
# Error: ^
# illegal use of 'void'

Errors caused tool to abort.
Return code: 1
Fail


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk