
2 Sep
2010
2 Sep
'10
11:26 p.m.
[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