SyTen
◆
SYTEN_ASSERT
#define SYTEN_ASSERT
(
x
)
if (!(x)) { issue_error(#x, __FILE__,
SYTEN_STRINGIFY
(__LINE__)); }
Throws a
std::runtime_error
if the first argument evaluates to false.
inc
util
macros.h
Generated by
1.9.4