Commit 601a62e5 authored by Milo Yip's avatar Milo Yip

Try to fix a gcc/clang issue after removing Document::ValueType

parent b2d72ef7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment