Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 878597 Details for
Bug 919374
net-libs/davix-0.8.5 - /.../document.h: error: assignment of read-only member rapidjson::GenericStringRef<CharType>::length
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
remove const from problematic field
remove-const.patch (text/plain), 572 bytes, created by
Christopher Fore
on 2023-12-09 18:50:11 UTC
(
hide
)
Description:
remove const from problematic field
Filename:
MIME Type:
Creator:
Christopher Fore
Created:
2023-12-09 18:50:11 UTC
Size:
572 bytes
patch
obsolete
>diff --git a/src/libs/rapidjson/document.h b/src/libs/rapidjson/document.h >index e3e20df..ad362a6 100644 >--- a/src/libs/rapidjson/document.h >+++ b/src/libs/rapidjson/document.h >@@ -322,7 +322,7 @@ struct GenericStringRef { > operator const Ch *() const { return s; } > > const Ch* const s; //!< plain CharType pointer >- const SizeType length; //!< length of the string (excluding the trailing NULL terminator) >+ SizeType length; //!< length of the string (excluding the trailing NULL terminator) > > private: > //! Disallow construction from non-const array
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 919374
:
877941
|
877942
|
877943
|
877944
|
877945
|
877946
|
877947
|
877948
|
878597
|
878598