$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-04-23 10:41:16
From: "Peter Dimov" <pdimov_at_[hidden]>
> From: "Giovanni Bajo" <giovannibajo_at_[hidden]>
[...]
> If this doesn't help you can use a custom configuration file. You're right
> that we can't patch comeau.hpp since there is apparently no way to detect
> whether void returns are supported or not.
Actually there is. _MSC_VER is 1 in strict mode, and 1200 in Microsoft mode.
I've modified comeau.hpp appropriately.