asherliu / thrust

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

bounding_box.cu examples uses unqualified min & max #418

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Causes error with MSVC; replace with thrust::min & thrust::max

Original issue reported on code.google.com by jaredhoberock on 7 Dec 2011 at 1:25

GoogleCodeExporter commented 8 years ago
padded_grid_reduction.cu also has this problem.

Original comment by jaredhoberock on 8 Dec 2011 at 7:33

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 72e1996caebb.

Original comment by jaredhoberock on 21 Jan 2012 at 12:53