From 106a8a60c4f88cb45e3120544f05fb2ac48e6b28 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Mon, 24 Aug 2020 21:58:03 -0400 Subject: rapidjson serialization --- rapidjson/fwd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rapidjson/fwd.h') 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 class GenericValue; -typedef GenericValue, MemoryPoolAllocator > Value; +typedef GenericValue, CrtAllocator > Value; template class GenericDocument; -typedef GenericDocument, MemoryPoolAllocator, CrtAllocator> Document; +typedef GenericDocument, CrtAllocator, CrtAllocator> Document; // pointer.h -- cgit v1.3.1