thrust icon indicating copy to clipboard operation
thrust copied to clipboard

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

Open jaredhoberock opened this issue 13 years ago • 0 comments

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.

Forwarded from http://code.google.com/p/thrust/issues/detail?id=167

jaredhoberock avatar May 07 '12 21:05 jaredhoberock