dxx-rebirth/common/arch
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
..
cocoa Pass std::span to msgbox_warning 2022-09-24 17:47:53 +00:00
macos Show current zsh version if it is too low 2021-12-18 03:24:43 +00:00
ogl Pass std::span to ogl_extensions is_ext_supported 2022-09-24 17:47:52 +00:00
sdl Fix OS X clang build 2022-10-31 00:51:32 +00:00
win32 Pass std::span to msgbox_warning 2022-09-24 17:47:53 +00:00