Can C++23 std::ranges::find_if throw exceptions?
From the std::ranges::find, std::ranges::find_if, std::ranges::find_if_not page, it does not mention exceptions, but neither are marked as noexcept.
From the std::ranges::find, std::ranges::find_if, std::ranges::find_if_not page, it does not mention exceptions, but neither are marked as noexcept.