
9 Sep
2009
9 Sep
'09
1:34 p.m.
On Wed 09/09/09 15:19 , Maciej Sobczak <prog@msobczak.com> wrote:
If a given user has a strict policy of not having *any* warnings during their build, then that policy is enough to prevent them from using Boost. I'm pretty sure that this scenario is not something that library authors would easily accept. Regards,
With gcc, we have chosen to include Boost using -i_system rather than -i so that /all/ Boost-generated warnings are suppressed, on the grounds that Boost developers know what they are doing and that all warnings are thus spurious. I'm interested if others think this approach is too cavalier.