diff --git a/www/davix/files/patch-src_libs_rapidjson_document.h b/www/davix/files/patch-src_libs_rapidjson_document.h new file mode 100644 index 000000000000..346bcdd112a0 --- /dev/null +++ b/www/davix/files/patch-src_libs_rapidjson_document.h @@ -0,0 +1,11 @@ +--- src/libs/rapidjson/document.h.orig 2024-06-24 15:50:44 UTC ++++ src/libs/rapidjson/document.h +@@ -316,8 +316,6 @@ struct GenericStringRef { + + GenericStringRef(const GenericStringRef& rhs) : s(rhs.s), length(rhs.length) {} + +- GenericStringRef& operator=(const GenericStringRef& rhs) { s = rhs.s; length = rhs.length; } +- + //! implicit conversion to plain CharType pointer + operator const Ch *() const { return s; } +