Tencent / rapidjson

A fast JSON parser/generator for C++ with both SAX/DOM style API
http://rapidjson.org/
Other
14.28k stars 3.53k forks source link

Failed cross compile code the RapidJSON version v1.1.0 #2316

Open noyelseth opened 4 weeks ago

noyelseth commented 4 weeks ago

/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; }

kevinsmia1939 commented 2 weeks ago

See this: https://github.com/Tencent/rapidjson/issues/2277