mirror of https://github.com/mgba-emu/mgba.git
Third-Party: Cherry-pick rapidjson buildfix
This commit is contained in:
parent
2b394e1e26
commit
3a3ebb5dc7
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue