We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634cd36 commit c3a4f39Copy full SHA for c3a4f39
1 file changed
src/api/util.cpp
@@ -5,12 +5,16 @@
5
#include <cmath>
6
#include <math.h>
7
#include <assert.h>
8
-#include <execinfo.h>
9
#include <signal.h>
10
#include <iomanip>
11
#include <cstdio>
12
#include <exception>
13
+#ifdef DEBUG
14
+// This is not portable (only available on GNU/Linux
15
+#include <execinfo.h>
16
+#if
17
+
18
using namespace gridpp;
19
20
bool gridpp::is_valid(float value) {
0 commit comments