Tencent / rapidjson

A fast JSON parser/generator for C++ with both SAX/DOM style API

Home Page:http://rapidjson.org/

Repository from Github https://github.comTencent/rapidjsonRepository from Github https://github.comTencent/rapidjson

Failed cross compile code the RapidJSON version v1.1.0

noyelseth opened this issue · comments

/home/noyelseth/workspace/rpi4b_workspace/RPi-Cross-Cpp-MQTT-PubSub-IPC/third_party/rapidjson-1.1.0/include/rapidjson/document.h:319:82: error: assignment of read-only member 'rapidjson::GenericStringRef::length'

319 | GenericStringRef& operator=(const GenericStringRef& rhs) { s = rhs.s; length = rhs.length; }

See this: #2277