$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2000-11-08 08:41:43
----- Original Message -----
From: "Peter Dimov" <pdimov_at_[hidden]>
> #pragma warning(disable: 4800) // conversion from int/void* to bool
I'm not sure you should disable this one. IME it reports bugs in my code,
even if the message isn't too useful.
-Dave