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 ad09629 commit 3ad6dcfCopy full SHA for 3ad6dcf
src/lib_json/json_reader.cpp
@@ -55,7 +55,7 @@ static size_t const stackLimit_g = JSONCPP_DEPRECATED_STACK_LIMIT; // see readVa
55
namespace Json {
56
57
#if __cplusplus >= 201103L || (defined(_CPPLIB_VER) && _CPPLIB_VER >= 520)
58
-using CharReaderPtr = std::unique_ptr<CharReader>;
+using CharReaderPtr = std::unique_ptr<CharReader>;
59
#else
60
using CharReaderPtr = std::auto_ptr<CharReader>;
61
#endif
0 commit comments