$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Towards a Warning free code policy proposal
From: Stephan T. Lavavej (stl_at_[hidden])
Date: 2010-09-02 19:47:20
[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