Update json_value.cpp

This commit is contained in:
Jordan Bayles 2024-09-09 17:14:21 -07:00 committed by GitHub
parent 149ce031a1
commit 82d8bae6ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.