
13 Jul
2009
13 Jul
'09
3:04 p.m.
On Mon, Jul 13, 2009 at 07:18:42AM +0200, plarroy wrote:
Allen Cronce wrote:
When building with boost 1.36 and GCC 4.2 under Xcode, the following code produces a warning:
I don't like the idea of making the above code changes, and I don't want to globally disable the warning because it might be useful for other code. Does anyone have a better solution?
Use the option -isystem to consider Boost as system header files so that warnings in it are supressed. Jens