osrf / auto-abi-checker

Tool designed to facilitate the run the great ABI compliance checker by supporting easy inputs and no configuration files
Apache License 2.0
5 stars 4 forks source link

rcutils on Foxy: header can not be compiled with c++ #17

Open j-rivero opened 4 years ago

j-rivero commented 4 years ago

One of the headers inside rcutils can not be compiled with C++.

 #   error "cannot be used with C++ due to a conflict with the C++ <atomic> header, see: p0943r1"

The headers is only used in test/test_atomics.c so it can probably be filtered out.