Changeset b7b836a in git for external/fastjet/internal/deprecated.hh
- Timestamp:
- Jun 6, 2018, 10:05:10 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 17d0ab8
- Parents:
- 95e6b7a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/internal/deprecated.hh
r95e6b7a rb7b836a 1 1 2 2 //FJSTARTHEADER 3 // $Id: deprecated.hh 4 098 2016-03-15 16:38:22Z salam $3 // $Id: deprecated.hh 4354 2018-04-22 07:12:37Z salam $ 4 4 // 5 // Copyright (c) 2005-201 4, Matteo Cacciari, Gavin P. Salam and Gregory Soyez5 // Copyright (c) 2005-2018, Matteo Cacciari, Gavin P. Salam and Gregory Soyez 6 6 // 7 7 //---------------------------------------------------------------------- … … 35 35 #include "fastjet/config.h" 36 36 37 #ifndef SWIG 38 37 39 // define a deprecation macro based on the capabilities of the compiler 38 40 // (as determined at configure time). 39 #if defined(FASTJET_HAVE_CXX14_DEPRECATED) 41 #if defined(FASTJET_HAVE_CXX14_DEPRECATED) and (!defined(__FJCORE__)) 40 42 #define FASTJET_DEPRECATED [[deprecated]] 41 43 #define FASTJET_DEPRECATED_MSG(message) [[deprecated(message)]] … … 48 50 #endif 49 51 52 #else // SIWG 53 #define FASTJET_DEPRECATED 54 #define FASTJET_DEPRECATED_MSG(message) 55 #endif // SWIG 56 57 50 58 #endif // __FASTJET_FASTJET_DEPRECATED_HH__
Note:
See TracChangeset
for help on using the changeset viewer.