dxx-rebirth/common/unittest
Kp 0b070880a7 Use C++11 user-defined literals to dispatch valptridx error style
Switch valptridx error style dispatching from using macro pasting to
using C++11 user-defined literals.  This makes the code a bit easier to
read, and removes the need for a C99-conforming preprocessor here, which
should help anyone trying to port to Microsoft Visual Studio.

The new implementation also fixes a limitation of the previous
implementation.  Before, an override that referenced an invalid name
could be silently ignored.  Now, incorrect overrides cause an attempt to
use an undefined instantiation, which fails with a compilation error.
2020-04-26 17:26:23 +00:00
..
valptridx-range.cpp Use C++11 user-defined literals to dispatch valptridx error style 2020-04-26 17:26:23 +00:00
xrange.cpp Add unit tests for xrange 2020-02-01 22:33:31 +00:00
zip.cpp Add unit test for zip iterator 2020-02-26 05:07:34 +00:00