Check that output indices are stored
The c++ algorithm std::is_sorted
is marked with the attribute nodiscard
. The result of the check that the output indexset is sorted is currently lost. This MR wraps this check in an if-not-then-throw block.
The c++ algorithm std::is_sorted
is marked with the attribute nodiscard
. The result of the check that the output indexset is sorted is currently lost. This MR wraps this check in an if-not-then-throw block.
Merge request pipeline #77004 passed
Merge request pipeline passed for 5a34ba68
Pipeline #77048 passed
Pipeline passed for 03a10c41 on master
merged
mentioned in commit 03a10c41