• Pavel Rojtberg's avatar
    ts/ts_perf: fix wrong has() usage · 31da8335
    Pavel Rojtberg authored
    `has()` only tests for an argument presence which is always true for
    arguments with default values. Use `get<bool>()` to check the value
    instead.
    31da8335
ts_perf.cpp 65.9 KB