Go to the documentation of this file.
40 #warning "The usage of MOVEIT_DEPRECATED is deprecated. Use the CPP14 [[deprecated]] instead."
42 #define MOVEIT_DEPRECATED __attribute__((deprecated))
43 #elif defined(_MSC_VER)
44 #define MOVEIT_DEPRECATED __declspec(deprecated)
45 #elif defined(__clang__)
46 #define MOVEIT_DEPRECATED __attribute__((deprecated("MoveIt: Use of this method is deprecated")))
48 #define MOVEIT_DEPRECATED
moveit_core
Author(s): Ioan Sucan
, Sachin Chitta , Acorn Pooley
autogenerated on Sat Dec 12 2020 03:25:44