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

--- Comment #3 from oktal3...@gmail.com ---
I'm sorry, I jumped to a conclusion and gave you faulty information without
first checking it thoroughly for myself. The false positive occurs when the
function is constexpr and the return type is dependent on a template parameter.

template <typename T>
constexpr T test3()
{
    return {}; // OK (bug #378677)
}

I have confirmed that _this_ testcase does exhibit the bug on my system, which
is the pre-built Windows binary.

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

Reply via email to