Loading...
Searching...
No Matches
Go to the documentation of this file.
6#ifndef DDP_ACTUATOR_SOLVER_DEPRECATED_HH
7# define DDP_ACTUATOR_SOLVER_DEPRECATED_HH
25# if defined(__GNUC__) || defined(__clang__)
26# define DDP_ACTUATOR_SOLVER_DEPRECATED __attribute__ ((deprecated))
28# if defined(_MSC_VER) && !defined(__INTEL_COMPILER)
29# define DDP_ACTUATOR_SOLVER_DEPRECATED __declspec (deprecated)
32# define DDP_ACTUATOR_SOLVER_DEPRECATED