diff options
| author | Josh Ferrell <josh@vector35.com> | 2020-08-24 21:58:03 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2020-10-28 18:53:24 -0400 |
| commit | 106a8a60c4f88cb45e3120544f05fb2ac48e6b28 (patch) | |
| tree | e5a71b6d91bbdfa3f64cdd2cbbd75abd5fe5d24e /rapidjson/fwd.h | |
| parent | be44532917b2458bb81ba838bce0a0d045957909 (diff) | |
rapidjson serialization
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 |
