David Frank

Results 1 comments of David Frank

I'll add something as well: ```cpp #include "doctest/doctest.h" TEST_CASE_TEMPLATE("Some Test", T, float, double) { } ``` Generates this: ```txt translation_unit [0, 0] - [5, 0] preproc_include [0, 0] - [1,...