$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Towards a Warning free code policy proposal
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2010-08-30 14:39:11
On 30.08.2010 21:24, Stewart, Robert wrote:
> Andrey Semashev wrote:
>>
>> As I said, users can already disable all warnings from third party
>> headers.
>
> I know one can use -isystem with GCC, but how is that done with other compilers?
With MSVC (and, probably ICL) you can use pragmas around Boost headers.
I don't know about other compilers, but if there are similar tricks for
them, they can be applied on user's side just as well as on Boost's side.