28 static auto enable(
int warningid) -> bool;
32 static auto disable(
int warningid) -> bool;
Used to control warnings in the execution of Reaktoro.
Definition: Warnings.hpp:24
static auto enable(int warningid) -> bool
Enable warning with given id.
static auto isDisabled(int warningid) -> bool
Check if warning with given id is disabled.
static auto isEnabled(int warningid) -> bool
Check if warning with given id is enabled.
static auto disable(int warningid) -> bool
Disable warning with given id.
The namespace containing all components of the Reaktoro library.
Definition: Algorithms.hpp:29