dxx-rebirth/common/unittest
Kp eea806bcc9 Pass underlying index_type through zip()
If std::common_type<range::index_type>... finds a common index_type
among all the zipped ranges, pass that common type through as
zip<...>::index_type.  Otherwise, set zip<...>::index_type to void.

This allows enumerate(zip(...))) to report a better index_type.
2021-11-01 03:37:20 +00:00
..
partial_range.cpp Propagate T::index_type through partial_range 2021-09-04 12:17:14 +00:00
serial.cpp
valptridx-range.cpp
xrange.cpp
zip.cpp Pass underlying index_type through zip() 2021-11-01 03:37:20 +00:00