$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Matthias Schabel (boost_at_[hidden])
Date: 2007-02-14 11:44:36
>
> Does the above help?
>
> (Incidentally, personally I would not disable 4100. I would
> comment out
> the paramenter name instead. The only exception is if the
> parameter is
> used on other platforms (via #if) but not on MSVC).
Martin,
Thanks for the clarification - that makes it more reasonable
sounding to me. I will probably wait until the library has been
tested a bit more. It looks like I will still have to put the #pragmas
in every header file that triggers the warnings, which is a pain,
especially since I don't use/have MSVC...
Matthias