We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f615b06 commit 1062796Copy full SHA for 1062796
1 file changed
marathon/template.cpp
@@ -48,7 +48,7 @@ void assert_with_backtrace(bool condition, std::string error_msg="") {
48
}
49
free(strs);
50
fprintf(stderr, "%s\n", error_msg.c_str());
51
- ASSERT(false);
+ assert(false);
52
53
54
0 commit comments