Use library completely without std::allocator (operator new) #4676
Unanswered
Feierdeifel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is it possible to use the library completely without a call to new operator.
I set the basic json to my containers and allocator.
This works but I still get calls to new() because the lib uses vector<> or make_shared<> in the code.
Basically I do nothing special with the lib. Just creating some json strings and dumping it to other functions
Because I am not able to check what happens in detail I wanted to ask the community if this is possible.
Regards
Beta Was this translation helpful? Give feedback.
All reactions