Skip to content

Serial ScanInclusive now makes sure to always use WrappedBinaryOperator.

By using WrappedBinaryOperator we will not get warnings on vs2017 when scanning <32bit arrays, and at the same time also properly support fancy arrays.

Merge request reports