runner66

Results 2 issues of runner66

rapidjson::StringBuffer xJsonBuffer; rapidjson::Writer xJson(xJsonBuffer); xJson.StartObject(); strData.resize(0); strData.resize(400000, 'A'); xJson.Key("data"); xJson.String(strData.c_str(), strData.length(), kStringType); xJson.EndObject(); std::string strRes = xJsonBuffer.GetString();

as document said "It requires C++14 and the Boost Libraries 1.67.0 or later.", but when comiple in VS (with boost1.68+cpp14), I get serveal errors. boost_1_68_0\boost\variant\detail\make_variant_list.hpp(40): error C2977: “boost::mpl::list”: boost_1_68_0\boost\variant\detail\make_variant_list.hpp(40): error...