dxx-rebirth/common
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 Move some SDL-only symbols into !DXX_USE_OGL 2019-08-06 02:59:41 +00:00
3d Move some SDL-only symbols into !DXX_USE_OGL 2019-08-06 02:59:41 +00:00
arch Require support for std::index_sequence, std::make_index_sequence 2020-04-26 17:26:23 +00:00
editor Enable -Wformat-truncation 2018-08-26 18:10:36 +00:00
include Require support for std::index_sequence, std::make_index_sequence 2020-04-26 17:26:23 +00:00
main Require support for std::index_sequence, std::make_index_sequence 2020-04-26 17:26:23 +00:00
maths Fix integer truncation in quaternion setup 2019-04-13 18:00:07 +00:00
mem
misc Fix Windows build of hmp.cpp 2019-05-17 02:13:22 +00:00
music Rework ADL dynamic loader 2018-10-15 00:51:53 +00:00
texmap Require support for std::index_sequence, std::make_index_sequence 2020-04-26 17:26:23 +00:00
ui Use xrange for loops with zero start and constant numerical end 2019-05-04 18:27:36 +00:00
unittest Add unit test for zip iterator 2020-02-26 05:07:34 +00:00