mirror of
https://github.com/boostorg/compute.git
synced 2026-02-19 02:12:19 +00:00
This changes the assert() for contiguous host iterators in the copy_async() algorithm to a static_assert() so that this currently unsupported case can be caught at compile-time.