jk-jeon / jkj

bunch of libraries for myself.
MIT License
2 stars 0 forks source link

Improve thrust_util.h #1

Open jk-jeon opened 5 years ago

jk-jeon commented 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.

jaehunkim commented 5 years ago

💯