mirror of
https://github.com/boostorg/compute.git
synced 2026-02-02 20:52:17 +00:00
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.