Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:54:39

0001 #ifndef CLHEP_KEYWORDS_H
0002 #define CLHEP_KEYWORDS_H
0003 
0004 // ======================================================================
0005 //
0006 // keywords - allow use of C++0X keywords
0007 //
0008 // Author:  W. E. Brown; 2010-03-19
0009 //
0010 // ======================================================================
0011 
0012 
0013 #include "CLHEP/Utility/defs.h"
0014 
0015 
0016 // C++0X-like keywords: remove once C++0X is here to stay
0017 //#define constexpr const
0018 //#define noexcept throw()
0019 //#define nullptr 0
0020 
0021 
0022 #endif  // CLHEP_KEYWORDS_H
0023 //
0024 // ======================================================================