@hamoid wrote:
After my latest OS update,
Json::Value v; v["one"] = 123;
Shows
error: conversion from int to 'const Json::Value' is ambiguous
butJson::Value v; v["two"] = 123.0; v["three"] = "123.0";
is fine. Why doesn't it like ints?
Posts: 1
Participants: 1