diff options
Diffstat (limited to 'rapidjson/fwd.h')
| -rw-r--r-- | rapidjson/fwd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rapidjson/fwd.h b/rapidjson/fwd.h index e8104e84..74f80de7 100644 --- a/rapidjson/fwd.h +++ b/rapidjson/fwd.h @@ -113,12 +113,12 @@ struct GenericStringRef; template <typename Encoding, typename Allocator> class GenericValue; -typedef GenericValue<UTF8<char>, MemoryPoolAllocator<CrtAllocator> > Value; +typedef GenericValue<UTF8<char>, CrtAllocator > Value; template <typename Encoding, typename Allocator, typename StackAllocator> class GenericDocument; -typedef GenericDocument<UTF8<char>, MemoryPoolAllocator<CrtAllocator>, CrtAllocator> Document; +typedef GenericDocument<UTF8<char>, CrtAllocator, CrtAllocator> Document; // pointer.h |
