dxx-rebirth/similar
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
..
2d Fix mouse-selection in listboxes 2020-04-04 19:30:23 +00:00
3d Zip ranges passed to rotate_point_list 2020-02-01 22:33:31 +00:00
arch Move digi functions to dcx; use bitset for channels 2020-04-04 19:30:22 +00:00
editor Move WallAnims into d_game_shared_state 2020-04-04 19:30:22 +00:00
main Require support for std::index_sequence, std::make_index_sequence 2020-04-26 17:26:23 +00:00
misc Fix externally reported Mac OS X build break 2019-10-23 03:02:16 +00:00