29 Jul
2014
29 Jul
'14
1:35 p.m.
On 29 Jul 2014 at 16:27, Peter Dimov wrote:
Unless I'm missing something, C++11 includes C99 preprocessor (variadic macros, at least). So I don't see why these warnings should be emitted. A compiler bug perhaps?
C++11 (-std=c++11) does, but -std=c++0x probably doesn't.
That occurred to me too, so I tried -std=c++11 and got the same warnings spew. If you look through the log I posted most of the warnings aren't generated by AFIO code, they're actually from dependent Boost libraries. AFIO doesn't use the preprocessor library unless we're on a non-variadic compiler which is either VS2010 or VS2012. Niall -- ned Productions Limited Consulting http://www.nedproductions.biz/ http://ie.linkedin.com/in/nialldouglas/