Files
2016-06-09 16:46:55 +02:00

25 lines
560 B
C

#ifndef CLHEP_KEYWORDS_H
#define CLHEP_KEYWORDS_H
// ======================================================================
//
// keywords - allow use of C++0X keywords
//
// Author: W. E. Brown; 2010-03-19
//
// ======================================================================
#include "CLHEP/Utility/defs.h"
// C++0X-like keywords: remove once C++0X is here to stay
//#define constexpr const
//#define noexcept throw()
//#define nullptr 0
#endif // CLHEP_KEYWORDS_H
//
// ======================================================================