View | Details | Raw Unified | Return to bug 282515
Collapse All | Expand All

(-)b/www/davix/files/patch-src_libs_rapidjson_document.h (+11 lines)
Added Link Here
1
--- src/libs/rapidjson/document.h.orig	2024-06-24 15:50:44 UTC
2
+++ src/libs/rapidjson/document.h
3
@@ -316,8 +316,6 @@ struct GenericStringRef {
4
 
5
     GenericStringRef(const GenericStringRef& rhs) : s(rhs.s), length(rhs.length) {}
6
 
7
-    GenericStringRef& operator=(const GenericStringRef& rhs) { s = rhs.s; length = rhs.length; }
8
-
9
     //! implicit conversion to plain CharType pointer
10
     operator const Ch *() const { return s; }
11
 

Return to bug 282515