Skip to content

Commit

Permalink
Apply patch to rapidjson.
Browse files Browse the repository at this point in the history
to fix compilition errors.

Tencent/rapidjson@3b2441b
  • Loading branch information
BYVoid committed Jul 30, 2024
1 parent 39c0c03 commit e1f3e6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deps/rapidjson-1.1.0/rapidjson/document.h
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

Expand Down

0 comments on commit e1f3e6b

Please sign in to comment.