dxx-rebirth/similar
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 Fix MacOS clang build of similar/2d/font.cpp 2022-10-02 19:51:36 +00:00
3d Pass std::span to g3_validate_polygon_model 2022-09-24 17:47:52 +00:00
arch Simplify ogl_ubitblt_i GL array initialization 2022-10-02 19:51:35 +00:00
editor Use std::ranges::find_if instead of std::find_if 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
misc Use std::span for PHYSFSX_fgets 2022-10-02 19:51:35 +00:00