dune-common  2.4.1
noexcept.hh
Go to the documentation of this file.
1 #ifndef DUNE_COMMON_STD_NOEXCEPT_HH
2 #define DUNE_COMMON_STD_NOEXCEPT_HH
3 
9 #if HAVE_NOEXCEPT_SPECIFIER || defined(DOXYGEN)
10 
22 #define DUNE_NOEXCEPT noexcept
23 
24 #else
25 #define DUNE_NOEXCEPT
26 #endif // HAVE_NOEXCEPT_SPECIFIER || defined(DOXYGEN)
27 
28 #endif // DUNE_COMMON_STD_NOEXCEPT_HH