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.