Subject: Re: [boost] Towards a Warning free code policy proposal
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2010-09-02 19:35:15


On Sep 2, 2010, at 4:26 PM, Stephan T. Lavavej wrote:

> [Daniel James]
>> Here's an example of what I mean.
>> https://svn.boost.org/trac/boost/wiki/Guidelines/Warnings/Microsoft
>
> This should mention that Boost headers should push/disable/pop. If they just disable, then they're disabling that warning for the rest of the translation unit.

Does that work for warnings that occur in template instantiations?

Sebastian