-
- Downloads
[DEBUG] introduce new const bool DEBUG in the emper namespace
To exclude debug code from release builds "if constexpr(emper::DEBUG)" is preferred over "#ifndef NDEBUG".
Loading
Please register or sign in to comment
To exclude debug code from release builds "if constexpr(emper::DEBUG)" is preferred over "#ifndef NDEBUG".