dxx-rebirth/d2x-rebirth/libmve
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
..
decoder8.cpp Use xrange for loops with zero start and constant numerical end 2019-05-04 18:27:36 +00:00
decoder16.cpp Require support for std::index_sequence, std::make_index_sequence 2020-04-26 17:26:23 +00:00
decoders.h
mve_audio.cpp
mve_audio.h
mve_main.c
mvelib.cpp Use NSDMI wherever possible 2019-04-28 00:53:40 +00:00
mvelib.h Use NSDMI wherever possible 2019-04-28 00:53:40 +00:00
mveplay.cpp
mveplayer.1