Go to the documentation of this file. 1 #ifndef LCIO_CPPFORT_DEPRECATION_MACRO_H
2 #define LCIO_CPPFORT_DEPRECATION_MACRO_H
4 #define LCIO_DEPRECATED_CAPI \
5 [[deprecated("C-API of LCIO is deprecated and slated for removal in one of the next releases")]]