abseil-cpp icon indicating copy to clipboard operation
abseil-cpp copied to clipboard

Custom pointers in container allocators

Open wesleyw72 opened this issue 3 years ago • 0 comments

Hello, I notice that currently some of the containers don't support allocators which use custom pointer types. This could be useful for using the containers with allocators that make use of custom pointers, such as the boost interprocess allocators for working with shared memory. I was wondering if there were any particular reasons it's not supported, and if there were any big issues foreseen with doing so?

wesleyw72 avatar Mar 05 '22 20:03 wesleyw72