Replies: 2 comments 2 replies
-
@c-jimenez what do you think about this? |
Beta Was this translation helpful? Give feedback.
2 replies
-
See #182 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
With the latest versions of rapidjson that I find on github, there is an option to manually define the memory allocator with a macro (this is from github):
In the current version of rapidjson placed in the 3rdparty directory, this option does not seem to be there.
Would it be possible to have this as an option (maybe in the CMakeLists_Options.txt)? I have been experiencing some problems with the MemoryPoolAllocator, while the CrtAllocator works perfectly.
I tested this by manually changing the templated Allocators over here and here.
Also, it requires an update to the IMewssageConverter.
Beta Was this translation helpful? Give feedback.
All reactions