dxx-rebirth/common/arch/sdl
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
..
digi_mixer_music.cpp Fix SDL2 double-free on failure to load music 2022-09-24 17:47:53 +00:00
event.cpp Move various static functions into anonymous namespace 2022-07-09 13:39:29 +00:00
joy.cpp Move various static functions into anonymous namespace 2022-07-09 13:39:29 +00:00
key.cpp Use std::ranges::find_if instead of std::find_if 2022-10-09 23:15:20 +00:00
mouse.cpp Move various static functions into anonymous namespace 2022-07-09 13:39:29 +00:00
rbaudio.cpp Use std::ranges::find_if instead of std::find_if 2022-10-09 23:15:20 +00:00
timer.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
window.cpp Move window_is_visible,window_set_visible to be window methods 2021-11-01 03:37:18 +00:00