Open noyelseth opened 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; }
See this: https://github.com/Tencent/rapidjson/issues/2277
/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; }