#include <ders/config.hpp>
Go to the source code of this file.
Namespaces | |
namespace | ders |
Defines | |
#define | hard_assert(expr) ((expr) ? (void)0 : ders::detail::hard_assert_impl(#expr, __FILE__, __LINE__)) |
Hard assertion that doesn't get disabled. |
Definition in file hard_asrt.hpp.
#define hard_assert | ( | expr | ) | ((expr) ? (void)0 : ders::detail::hard_assert_impl(#expr, __FILE__, __LINE__)) |