You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bindings.h should include a preprocessor directive to prevent redeclarations when used in libraries, and in applications which use these libraries (easy issue to run into in MOOS or ROS). i.e.
Currently I get compiler issues and have to manually add #pragma once at the top of the file after it is downloaded/installed, if I end up cleaning the build system.
The text was updated successfully, but these errors were encountered:
bindings.h should include a preprocessor directive to prevent redeclarations when used in libraries, and in applications which use these libraries (easy issue to run into in MOOS or ROS). i.e.
bindings.h
or
bindings.h
Currently I get compiler issues and have to manually add #pragma once at the top of the file after it is downloaded/installed, if I end up cleaning the build system.
The text was updated successfully, but these errors were encountered: