roslint and C++11

asked 2016-06-11 06:37:33 -0500

How can I use roslint with C++11?

I have some code in C++11 and some of the new syntax capabilites (like lambda expressions) are not well supported.

edit retag flag offensive close merge delete

Comments

I have the same issue. Specifically, lambdas and the whitespace/braces rule. .clang-format does not help. Also, std thread causes build/c++ to go off. A temporary solution is to do lint suppression in the code.

geoffviola gravatar image geoffviola  ( 2016-08-02 13:02:51 -0500 )edit