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