Skip to content

prefer std::is_sorted to ranges::is_sorted to avoid issues with missing operator ==

Christopher Rob Jones requested to merge jonrob/lcgdev3-dbg-rangev3-fix into master

Fixes debug assert check build failures, as seen in

https://lhcb-nightlies.cern.ch/nightly/lhcb-lcg-dev3/build/1023/

Issue appears to be ranges::is_sorted (incorrectly) needs operator == to be defined.

FYI @graven @cattanem

Edited by Marco Cattaneo

Merge request reports