abseil-cpp
abseil-cpp copied to clipboard
Custom pointers in container allocators
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?