mirror of
https://github.com/boostorg/container.git
synced 2026-07-09 06:40:47 +02:00
b075bce22e
After 83bb62fed3 the allocator parameter of
e.g. small_vector can be void. Use real_allocator to convert this to the
actual allocator used by the container.