asherliu / thrust

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

generic entry points to primitives like for_each should static_assert #385

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It is an error to call generic::for_each.  These should issue a compile-time 
error; right now they cause a link-time error.

Original issue reported on code.google.com by jaredhoberock on 6 Oct 2011 at 10:01

GoogleCodeExporter commented 8 years ago

Original comment by jaredhoberock on 21 Jan 2012 at 1:29