CMS 3D CMS Logo

deprecated_macro.h
Go to the documentation of this file.
1 #ifndef FWCore_Utilites_deprecated_macro_h
2 #define FWCore_Utilites_deprecated_macro_h
3 #if !defined USE_CMS_DEPRECATED
4 #define CMS_DEPRECATED
5 #else
6 #define CMS_DEPRECATED [[deprecated]]
7 #endif
8 #endif