dxx-rebirth/similar
Kp e385ff1c3b Use std::ranges::find_if instead of std::find_if
std::ranges::find_if permits use of a sentinel instead of a full
iterator, and supports std::ranges::find as an alternative to certain
simple uses of std::find_if.

Where possible, use the form that takes a range, rather than the form
that takes two iterators.

Add a declared, but not defined, default constructor for
self_return_iterator to satisfy the standard library's concept
`semiregular`, which insists that sentinels be default-constructible,
even for those functions that never need to do so.

Add a defined, but unused, operator++(postfix) for zip_iterator to
satisfy a standard library concept for `forward_iterator`.
2022-10-09 23:15:20 +00:00
..
2d Fix MacOS clang build of similar/2d/font.cpp 2022-10-02 19:51:36 +00:00
3d Pass std::span to g3_validate_polygon_model 2022-09-24 17:47:52 +00:00
arch Simplify ogl_ubitblt_i GL array initialization 2022-10-02 19:51:35 +00:00
editor Use std::ranges::find_if instead of std::find_if 2022-10-09 23:15:20 +00:00
main Use std::ranges::find_if instead of std::find_if 2022-10-09 23:15:20 +00:00
misc Use std::span for PHYSFSX_fgets 2022-10-02 19:51:35 +00:00