2
0
mirror of https://github.com/boostorg/compute.git synced 2026-02-02 20:52:17 +00:00
Files
compute/include
Kyle Lutz 25b71579a5 Fix bug when calling fill() with vector types
This fixes a bug in which the fill() algorithm was called by
scan_impl() with an integer zero rather than zero of the value
type which caused issues when using scan() with vector values.
2013-03-20 18:10:48 -04:00
..