summaryrefslogtreecommitdiff
path: root/rapidjson/fwd.h
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2020-08-24 21:58:03 -0400
committerJosh Ferrell <josh@vector35.com>2020-10-28 18:53:24 -0400
commit106a8a60c4f88cb45e3120544f05fb2ac48e6b28 (patch)
treee5a71b6d91bbdfa3f64cdd2cbbd75abd5fe5d24e /rapidjson/fwd.h
parentbe44532917b2458bb81ba838bce0a0d045957909 (diff)
rapidjson serialization
Diffstat (limited to 'rapidjson/fwd.h')
-rw-r--r--rapidjson/fwd.h4
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