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

This commit is contained in:
Milo Yip 2015-04-10 20:59:39 +08:00
parent b2d72ef751
commit 601a62e5b3

View File

@ -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