From 380e16a94dbdc7c8f4ba6e389395296cf8be66c1 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Tue, 25 Dec 2018 18:07:35 -0500 Subject: removed assert business and just disabled it --- lib/src/graph.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/src/graph.cpp') diff --git a/lib/src/graph.cpp b/lib/src/graph.cpp index 58c97ae..2fee5fd 100644 --- a/lib/src/graph.cpp +++ b/lib/src/graph.cpp @@ -6,10 +6,7 @@ #define JCV_REAL_TYPE double #define JCV_ATAN2 atan2 #define JCV_FLT_MAX 1.7976931348623157E+308 -#include -#undef assert -#define assert_error_report_helper(cond) "assertion failed: " -#define assert(cond) {if(!(cond)) { std::cerr << assert_error_report_helper(cond) "\n"; throw assert_error_report_helper(cond); } } +#define NDEBUG #include // actual mod for floats -- cgit v1.2.3-70-g09d2