$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Carl Daniel (cpdaniel_at_[hidden])
Date: 2004-01-10 01:12:26
Joel de Guzman wrote:
> Exactly. Now, the bottom line is: is it worth it to provide a
> special case mpl::apply_if for builtins merely to silence this
> innocuous warning?
How about a local #pragma warning(disable:4180) properly conditioned for VC
only?
IMO it's not worth the additional complexity and obfuscation to add the
compile time computation to suppress this warning.
-cd