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 c407f14 commit 46a925bCopy full SHA for 46a925b
src/test_lib_json/main.cpp
@@ -17,8 +17,8 @@
17
#define kint64min Json::Value::minInt64
18
#define kuint64max Json::Value::maxUInt64
19
20
-static const double kdint64max = double(kint64max);
21
-static const float kfint64max = float(kint64max);
+//static const double kdint64max = double(kint64max);
+//static const float kfint64max = float(kint64max);
22
static const float kfint32max = float(kint32max);
23
static const float kfuint32max = float(kuint32max);
24
0 commit comments