Go to the documentation of this file. 35 #ifndef MOVEIT_MACROS_DEPRECATION_ 36 #define MOVEIT_MACROS_DEPRECATION_ 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 Wed Jul 10 2019 04:03:05