Robotics StackExchange | Archived questions

roslint and C++11

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.

Asked by Pablo IƱigo Blasco on 2016-06-11 06:37:33 UTC

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.

Asked by geoffviola on 2016-08-02 13:02:51 UTC

Answers