We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0eaa0d2 + b977fd3 commit a677b85Copy full SHA for a677b85
include/rapidjson/pointer.h
@@ -240,7 +240,7 @@ class GenericPointer {
240
template <typename T>
241
RAPIDJSON_DISABLEIF_RETURN((internal::NotExpr<internal::IsSame<typename internal::RemoveConst<T>::Type, Ch> >), (GenericPointer))
242
Append(T* name, Allocator* allocator = 0) const {
243
- return Append(name, StrLen(name), allocator);
+ return Append(name, internal::StrLen(name), allocator);
244
}
245
246
#if RAPIDJSON_HAS_STDSTRING
0 commit comments