KaMPIng 0.1.1
Flexible and (near) zero-overhead C++ bindings for MPI
|
Defines the macro KAMPING_NOEXCEPT
to be used instad of noexcept
.
More...
Go to the source code of this file.
Macros | |
#define | KAMPING_NOEXCEPT noexcept |
noexcept macro. | |
#define | KAMPING_CONDITIONAL_NOEXCEPT(condition) noexcept(condition) |
Conditional noexcept noexcept(...) macro. | |
Defines the macro KAMPING_NOEXCEPT
to be used instad of noexcept
.