7 #ifndef _MGCPP_SYSTEM_ASSERT_HPP_ 8 #define _MGCPP_SYSTEM_ASSERT_HPP_ 19 #define MGCPP_ASSERT(EXPR, MESSAGE) \ 20 assert((EXPR) || mgcpp::ASSERT_MESSAGE(MESSAGE)) bool ASSERT_MESSAGE(char const *message)
Definition: assert.hpp:11
Definition: adapter_base.hpp:12