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 0ccdbf3 + ebc003e commit 56f215eCopy full SHA for 56f215e
include/rapidjson/document.h
@@ -289,12 +289,14 @@ class GenericMemberIterator;
289
//! non-const GenericMemberIterator
290
template <typename Encoding, typename Allocator>
291
class GenericMemberIterator<false,Encoding,Allocator> {
292
+public:
293
//! use plain pointer as iterator type
294
typedef GenericMember<Encoding,Allocator>* Iterator;
295
};
296
//! const GenericMemberIterator
297
298
class GenericMemberIterator<true,Encoding,Allocator> {
299
300
//! use plain const pointer as iterator type
301
typedef const GenericMember<Encoding,Allocator>* Iterator;
302
0 commit comments