SPSCQueue icon indicating copy to clipboard operation
SPSCQueue copied to clipboard

use allocator_traits::construct and destroy instead of placement new

Open f9z opened this issue 3 years ago • 1 comments

allow allocator to provide custom construction and destruction

f9z avatar May 20 '22 07:05 f9z

Isn't this only used for backward compatibility with pre C++20 allocators? In C++20 construct/destroy is no longer an extension point?

rigtorp avatar Sep 25 '23 02:09 rigtorp