← Back to team overview

yade-dev team mailing list archive

Re: static_assert warning

 

Add -Wno-c++0x to CXXFLAGS. It could be turned on by default, but g++ 3.x doesn't know this option and it would therefore break defaul compilation for such machines. V.
I get this message often enough to make it annoying:

   warning: identifier `static_assert' will become a keyword in C++0x

Do you have some idea how to get rid of it?

Do you agree for example to :%s/static_assert/static_assert_something/g ?





References