allendaicool / thrust

Automatically exported from code.google.com/p/thrust
Apache License 2.0
0 stars 0 forks source link

device algorithms should not assume the presence of default constructors (when possible) #167

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should not require types to have default constructors unless the algorithm 
truly requires them.  Eventually we should test our standard algorithms with 
user-defined types that do not provide a default constructor.

Original issue reported on code.google.com by wnbell on 3 Jul 2010 at 10:25

GoogleCodeExporter commented 9 years ago
Forwarded to https://github.com/thrust/thrust/issues/78

Original comment by jaredhoberock on 7 May 2012 at 9:32