Boost logo

Boost :

Subject: Re: [boost] Towards a Warning free code policy proposal
From: Stephan T. Lavavej (stl_at_[hidden])
Date: 2010-09-02 19:26:40


[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.

(Note that push/disable/pop is superior to other schemes such as disable/default, which don't do the right thing.)

Stephan T. Lavavej
Visual C++ Libraries Developer


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk