summaryrefslogtreecommitdiff
path: root/tests/run/cpp_stl_algo_comparison_ops.pyx
Commit message (Collapse)AuthorAgeFilesLines
* Add missing min/max, comparison and permutation operations of C++ algorithm ↵Jonathan Helgert2021-11-111-0/+67
library (GH-4448) Tests are disabled on macOS+clang (failing with Apple clang++ 12) but appear to work fine on gcc-11.