dxx-rebirth/common
Kp f61db8ae7a Make enumerate() default to std::size_t for index_type
Change from `uint_fast32_t` to `std::size_t` for consistency with how
arrays are typically indexed.

Change the decltype() lookup to use a non-template function for the
fallback case.

Move the remove_reference logic into the caller, to allow fewer
instantiations of `array_index_type`.
2022-10-09 23:15:20 +00:00
..
2d
3d Use enum class for clipping_code 2022-10-02 19:51:35 +00:00
arch Use std::ranges::find_if instead of std::find_if 2022-10-09 23:15:20 +00:00
editor
include Test whether change_filename_extension succeeded before using its output 2022-10-09 23:15:20 +00:00
main Make enumerate() default to std::size_t for index_type 2022-10-09 23:15:20 +00:00
maths
mem
misc Test whether change_filename_extension succeeded before using its output 2022-10-09 23:15:20 +00:00
music
texmap
ui Use std::ranges::find_if instead of std::find_if 2022-10-09 23:15:20 +00:00
unittest Make enumerate() default to std::size_t for index_type 2022-10-09 23:15:20 +00:00