I'm working on a C++ sketch and trying to make sure I'm handling memory
properly. In the debugging process, I noticed that serde.hpp uses placement
new in deserialize(), without allowing for a custom allocator (which it
seems needs to implement construct(), not just allocate().)

This is a very specific question related to the C++ implementation; I'd
usually not think of sending it out to the entire dev@ list, favoring a
discussion more localized to the specific repo. But maybe, at least while
trying to build a community and promote activity on the list, it's worth
trying to have such conversations on the list?

  jon

Reply via email to