parser icon indicating copy to clipboard operation
parser copied to clipboard

Consider adding allocator support

Open eterchun opened this issue 6 months ago • 0 comments

One of the apparent benefits of a library like lexy over the current spirit libraries is that lexy supports allocators via the built-in types (e.g., for containers and for strings). Based on the current documentation, it appears the intention is not to support allocators in Boost.Parser. However, it seems that the current design could instead support custom allocators, for example via globals or perhaps parameters.

eterchun avatar Jul 29 '24 21:07 eterchun