Control: retitle -1 rapidjson: causes FTBFS with GCC-14
Control: block 1075335 by -1
Control: block 1075439 by -1

Hello,

When building other packages with rapidjson-dev with GCC-14, the following failure occurs:

/usr/include/rapidjson/document.h: In member function ‘rapidjson::GenericStringRef<CharType>& rapidjson::GenericStringRef<CharType>::operator=(const rapidjson::GenericStringRef<CharType>&)’: /usr/include/rapidjson/document.h:319:82: error: assignment of read-only member ‘rapidjson::GenericStringRef<CharType>::length’ 319 | GenericStringRef& operator=(const GenericStringRef& rhs) { s = rhs.s; length = rhs.length; } | ~~~~~~~^~~~~~~~~~~~

This is the underlying reason at least for #1075335 and #1075439.

Andrius

Reply via email to