mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-16 18:43: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.