mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
Replaces `std::find` with `std::ranges::find` for improved code consistency and potentially better performance when dealing with ranges.
Replaces `std::find` with `std::ranges::find` for improved code consistency and potentially better performance when dealing with ranges.