We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecbfb8 commit 4e273baCopy full SHA for 4e273ba
lib/coek/coek/util/DataPortal.cpp
@@ -1,3 +1,5 @@
1
+#undef WITH_RAPIDJSON
2
+
3
#include <coek/util/DataPortal.hpp>
4
#ifdef WITH_RAPIDJSON
5
# include <rapidjson/document.h>
@@ -14,7 +16,9 @@
14
16
15
17
namespace coek {
18
-#ifdef WITH_RAPIDJSON
19
+//
20
+// Locally defined utility functions
21
22
namespace {
23
24
template <typename T>
@@ -297,6 +301,11 @@ void load_param_data(T& obj,
297
301
}
298
302
299
303
304
+}
305
306
+#ifdef WITH_RAPIDJSON
307
+namespace {
308
300
309
//
310
// Process JSON file
311
0 commit comments