Try to fix a gcc/clang issue after removing Document::ValueType
This commit is contained in:
parent
b2d72ef751
commit
601a62e5b3
@ -1662,6 +1662,7 @@ template <typename Encoding, typename Allocator = MemoryPoolAllocator<>, typenam
|
||||
class GenericDocument : public GenericValue<Encoding, Allocator> {
|
||||
public:
|
||||
typedef typename Encoding::Ch Ch; //!< Character type derived from Encoding.
|
||||
typedef GenericValue<Encoding, Allocator> ValueType; //!< Value type of the document.
|
||||
typedef Allocator AllocatorType; //!< Allocator type from template parameter.
|
||||
|
||||
//! Constructor
|
||||
|
Loading…
x
Reference in New Issue
Block a user