mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-04-24 00:57:05 +02:00

This patch adds an explicit ctor with a std::nullptr_t argument, that is `delete`-d. This keeps Json::Value from exposing a coding error when automatically promoted to a const char* type.