https://bugs.kde.org/show_bug.cgi?id=378677

--- Comment #5 from oktal3...@gmail.com ---
The unittest in the commit doesn't reproduce the bug on my system, as the
function templates are not instantiated. Only after adding the following does
it really test the bug:

void test6()
{
    test4<int>();
    test5<int>();
}

The other way I found, without adding test6, was to make test4 and test5
constexpr.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to