$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2003-10-08 06:44:01
David Abrahams wrote:
> "Pavel Kuznetsov" <pavel_at_[hidden]> writes:
>
>> Peter Dimov (pdimov_at_[hidden]) wrote:
>>
>>> You can't disable the g++ warning with a pragma
>>
>> Then I suppose the only solution is to check whether given symbol is
>> defined before using it in BOOST_WORKAROUND. Does everybody agrees
>> to this strategy? I mean, if nobody is against it, I'll make
>> appropriate changes and send the diffs. Or rather some voting
>> procedure should be followed?
>
> I guess I'm against it, on the grounds that it's both verbose and
> error-prone.
But it works, and the alternatives do not. "Works" as in "makes Boost usable
with -Wundef".