dxx-rebirth/common/unittest
Kp a8c4aee5f0 Fix compilation of valptridx unit tests
Newer gcc has become more effective at propagating values and now proves
that certain tests will always throw.  This proof triggers a
compile-time error, which is desirable in the main program, but not in
the unit test.  Add an indirection to hide the value from the compiler
so that it is forced to emit runtime code, which can then throw and
catch as intended.
2022-10-02 19:51:35 +00:00
..
enumerate.cpp Add unit tests for enumerate 2022-02-13 19:13:38 +00:00
partial_range.cpp
serial.cpp
valptridx-range.cpp Fix compilation of valptridx unit tests 2022-10-02 19:51:35 +00:00
xrange.cpp Use xrange for texture merge loops 2021-12-01 03:15:21 +00:00
zip.cpp