Fix another compilation error
This commit is contained in:
parent
be66450ecd
commit
6671bd50f1
@ -2460,7 +2460,7 @@ public:
|
|||||||
#if RAPIDJSON_HAS_STDSTRING
|
#if RAPIDJSON_HAS_STDSTRING
|
||||||
bool EraseMember(const std::basic_string<Ch>& name) const { return EraseMember(ValueType(StringRef(name))); }
|
bool EraseMember(const std::basic_string<Ch>& name) const { return EraseMember(ValueType(StringRef(name))); }
|
||||||
#endif
|
#endif
|
||||||
template <typename SourceAllocator> bool EraseMember(const GenericValue<EncodingType, SourceAllocator>& name) const { ptr_->EraseMember(name); }
|
template <typename SourceAllocator> bool EraseMember(const GenericValue<EncodingType, SourceAllocator>& name) const { return ptr_->EraseMember(name); }
|
||||||
|
|
||||||
#if RAPIDJSON_HAS_CXX11_RANGE_FOR
|
#if RAPIDJSON_HAS_CXX11_RANGE_FOR
|
||||||
MemberIterator begin() const { return ptr_->MemberBegin(); }
|
MemberIterator begin() const { return ptr_->MemberBegin(); }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user