dune-common
2.4.1-rc2
|
Definition of the DUNE_NOEXCEPT macro. More...
Go to the source code of this file.
Macros | |
#define | DUNE_NOEXCEPT noexcept |
Set method to noexcept if supported by the compiler. More... | |
Definition of the DUNE_NOEXCEPT macro.
#define DUNE_NOEXCEPT noexcept |
Set method to noexcept if supported by the compiler.
This is a preprocessor define which can be used to mark methods as noexcept.