diff --git a/src/lib_json/json_value.cpp b/src/lib_json/json_value.cpp index 64ef81b..535c7d1 100644 --- a/src/lib_json/json_value.cpp +++ b/src/lib_json/json_value.cpp @@ -335,7 +335,6 @@ bool Value::CZString::isStaticString() const { // ////////////////////////////////////////////////////////////////// #if JSONCPP_CXX_STD_11 - #else // In-class initializer for static data member of type 'const double' is a GNU // extension. JSONCPP_CONST == const, if C++0x.