Summary: | CMAKE_CXX_STANDARD version too high | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | qxghwlzfoc |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | holt.r94, kde |
Priority: | NOR | ||
Version: | 6.3.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | qtbase inclde patch |
Description
qxghwlzfoc
2025-02-11 20:26:39 UTC
Created attachment 178170 [details]
qtbase inclde patch
I encountered this as well, and I believe it's actually a QT bug. "qcompare_impl.h" appears to be missing an include for "<type_traits>", it must have been pulled in by a transitive include under C++20. I attached a patch for qtbase that I'm using which fixes compilation with clang.
Please report to Qt/submit the patch to them thanks. |