dxx-rebirth/common
Kp fa0d57961d Use runtime check for instance_stack overrun
Replace assert with std::array<>::at(), so that an exception will be
thrown if the array bound is exceeded.
2020-05-02 21:18:43 +00:00
..
2d Refer to <memory> directly, not through "compiler-make_unique.h" 2020-05-02 21:18:43 +00:00
3d Use runtime check for instance_stack overrun 2020-05-02 21:18:43 +00:00
arch Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
editor Qualify uses of std::array 2020-05-02 21:18:42 +00:00
include Remove use of deprecated std::iterator 2020-05-02 21:18:43 +00:00
main Use structured bindings for enumerate+zip 2020-05-02 21:18:43 +00:00
maths Qualify uses of std::array 2020-05-02 21:18:42 +00:00
mem Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
misc Refer to <memory> directly, not through "compiler-make_unique.h" 2020-05-02 21:18:43 +00:00
music
texmap Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
ui Refer to <memory> directly, not through "compiler-make_unique.h" 2020-05-02 21:18:43 +00:00
unittest