TyeolRik

Results 2 issues of TyeolRik

Hello, I think I found the bug in `boost::json`. ```cpp boost::json::object test; test["quota"] = 12345; std::string key("quota"); uint64_t quota; try { quota = test.at(key).as_uint64(); } catch(const std::out_of_range& e) { std::cout

Hello, I am newbie on the language rust. I am searching for some languages which should I use. Our team is now using C++ for Ceph controller now but, we...