atomic_queue icon indicating copy to clipboard operation
atomic_queue copied to clipboard

Construct allocator-aware queues with allocator

Open RedSkittleFox opened this issue 2 years ago • 1 comments

It is possible to specify an allocator type for AtomicQueueB and AtomicQueueB2 however there is no way to construct the queue with non-default constructed allocator.

RedSkittleFox avatar Jun 16 '22 20:06 RedSkittleFox

there is no way to construct the queue with non-default constructed allocator.

If you'd like to implement such a constructor along with a unit-test I'd be delighted to merge your pull request.

max0x7ba avatar Jun 27 '22 22:06 max0x7ba

Fixed in https://github.com/max0x7ba/atomic_queue/pull/60

RedSkittleFox avatar Jan 26 '24 02:01 RedSkittleFox