
2 Sep
2010
2 Sep
'10
11:47 p.m.
[Daniel James]
Here's an example of what I mean. https://svn.boost.org/trac/boost/wiki/Guidelines/Warnings/Microsoft
[STL]
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.
[Sebastian Redl]
Does that work for warnings that occur in template instantiations?
Unfortunately, not always. STL