dxx-rebirth/similar
Kp b948da1a1f Replace uses of enumerate with zip where appropriate
In some places, enumerate was used only to get an index value because
zip was not available.  Switch those sites to use zip directly.
2020-07-05 23:34:33 +00:00
..
2d Use C++17 std::size instead of custom lengthof 2020-07-05 23:34:32 +00:00
3d Qualify uses of std::array 2020-05-02 21:18:42 +00:00
arch Move ogl_swap_buffers_internal to dcx 2020-07-05 23:34:32 +00:00
editor Replace uses of enumerate with zip where appropriate 2020-07-05 23:34:33 +00:00
main Replace uses of enumerate with zip where appropriate 2020-07-05 23:34:33 +00:00
misc Remove static inline declarations from fwd-partial_range.h 2020-06-10 02:25:32 +00:00