Open jk-jeon opened 5 years ago
uninitialized_allocator seems to be broken, because T may not be trivially default constructible. construct_range and destroy_range should see if T is trivially constructible or trivially destructible.
uninitialized_allocator
T
construct_range
destroy_range
💯
uninitialized_allocator
seems to be broken, becauseT
may not be trivially default constructible.construct_range
anddestroy_range
should see ifT
is trivially constructible or trivially destructible.