Go to the documentation of this file.
11 #ifndef GCOMM_EXCEPTION_HPP
12 #define GCOMM_EXCEPTION_HPP
14 #include "gu_throw.hpp"
21 #define gcomm_assert(cond_) \
22 if ((cond_) == false) gu_throw_fatal << #cond_ << ": "
24 #endif // GCOMM_EXCEPTION_HPP