dxx-rebirth/common/arch/sdl
Kp 3d5de92058 Fix OS X clang build
OS X still uses clang-14, which lacks sufficient std::ranges support for
recent Rebirth changes.

- Rewrite uses of std::ranges::SYMBOL to ranges::SYMBOL
- Add a stub header that, on gcc, provides for each SYMBOL a statement
  `using std::ranges::SYMBOL;`, to delegate back to the standard library
  implementation.
- On clang, define a minimal implementation of the required symbols,
  without constraint enforcement.  Compile-testing with gcc will catch
  constraint violations.

Once OS X clang ships a standard library with the required features,
this stub header will be removed and the uses changed back to their full
names.
2022-10-31 00:51:32 +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 Fix OS X clang build 2022-10-31 00:51:32 +00:00
mouse.cpp Move various static functions into anonymous namespace 2022-07-09 13:39:29 +00:00
rbaudio.cpp Fix OS X clang build 2022-10-31 00:51:32 +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