Dear Support,
Error note from catkin build which terminates the build:
use ‘-faligned-new’ to enable C++17 over-aligned new support
Any thoughts on a good way to enable?
Thanks
-R
Dear Support,
Error note from catkin build which terminates the build:
use ‘-faligned-new’ to enable C++17 over-aligned new support
Any thoughts on a good way to enable?
Thanks
-R
not quite it…
add_definitions(-std=c++17)
did the trick