atomic_queue
atomic_queue copied to clipboard
Construct allocator-aware queues with allocator
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.
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.
Fixed in https://github.com/max0x7ba/atomic_queue/pull/60