-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Closed
Labels
platform: visual studiorelated to MSVCrelated to MSVCsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
Description
I can not compile json.hpp.
error C2664: "BasicJsonType *nlohmann::detail::json_sax_dom_parser::handle_value(Value &&)": невозможно преобразовать аргумент 1 из "nullptr" в "nullptr &&"
problem code:
bool null() override
{
handle_value(nullptr);
return true;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
platform: visual studiorelated to MSVCrelated to MSVCsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation