$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Dailey (rcdailey_at_[hidden])
Date: 2008-02-05 17:33:03
On Feb 5, 2008 3:11 PM, Eric Niebler <eric_at_[hidden]> wrote:
>
> I'm against Boost globally disabling any warnings. IMO, it's really the
> user's call.
I believe boost should keep itself clean, whether that means fixing warnings
properly or hiding them via #pragma directives. It's my responsibility to
hide my own warnings in my own source files, not in boosts. That's just my
opinion on the subject of warnings.