Replies: 2 comments 1 reply
-
Can you share more information? Compiler errors? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@nlohmann Thanks for your quick reply. There is no constructor function like basic_json( Allocator& alloc )) , the alloc is not passed to children elements. when using gcc 10.3, the compile error message is:
when use Vistual studio 2022, the translated error message is:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using C++20 in embedded system with 128MB memory, so we are worrying about the dynamical memory allocation/memory segmentation. And want to use pmr and customize json library as :
It seems that this feature is not fully finished.
Beta Was this translation helpful? Give feedback.
All reactions