dxx-rebirth/common/arch/sdl
Kp b396445efa Require support for std::index_sequence, std::make_index_sequence
The minimum supported compiler versions now provide a depth-efficient
implementation of std::make_index_sequence, which removes the last
reason to carry a private implementation.  In the case of clang, it
appears to have a special compiler intrinsic used to implement its
std::make_index_sequence.

Switch to the compiler-provided version for both gcc and clang.
2020-04-26 17:26:23 +00:00
..
digi_mixer_music.cpp Make ADL MIDI runtime configurable 2018-10-18 02:18:56 +00:00
event.cpp Added axis buttons 2019-09-01 13:11:14 -04:00
joy.cpp Require support for std::index_sequence, std::make_index_sequence 2020-04-26 17:26:23 +00:00
key.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
mouse.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
rbaudio.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
timer.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
window.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00