mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-09-08 04:14:43 -04: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.