std_json
std_json copied to clipboard
No way to pass an allocator in construction or obtain the stored allocator
This may be still fine if we only accept stateless allocators. E.g. std::allocator is fine, but std::pmr::polymorphic_allocator is not.
However, if so, we should require allocator_traits<Allocator>::is_always_equal::value to be true somewhere.