This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Extend thrust::detail::allocator_traits to allow access to an allocator's system #212
Labels
type: enhancement
New feature or request.
Consider adding
allocator_traits<Alloc>::system()
which would simply return a default-constructediterator_system<Ptr>::type
.Allocators with a system reference inside could return a reference to it.
This would help localize the instances of default-constructed systems.
The text was updated successfully, but these errors were encountered: