CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

keywords.h

Go to the documentation of this file.
00001 #ifndef CLHEP_KEYWORDS_H
00002 #define CLHEP_KEYWORDS_H
00003 
00004 // ======================================================================
00005 //
00006 // keywords - allow use of C++0X keywords
00007 //
00008 // Author:  W. E. Brown; 2010-03-19
00009 //
00010 // ======================================================================
00011 
00012 
00013 #include "CLHEP/Utility/defs.h"
00014 
00015 
00016 // C++0X-like keywords: remove once C++0X is here to stay
00017 //#define constexpr const
00018 //#define noexcept throw()
00019 //#define nullptr 0
00020 
00021 
00022 #endif  // CLHEP_KEYWORDS_H
00023 //
00024 // ======================================================================

Generated on 15 Nov 2012 for CLHEP by  doxygen 1.4.7