https://bugs.kde.org/show_bug.cgi?id=499835
Robert Holt <holt....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |holt....@gmail.com --- Comment #1 from Robert Holt <holt....@gmail.com> --- Created attachment 178170 --> https://bugs.kde.org/attachment.cgi?id=178170&action=edit 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. -- You are receiving this mail because: You are watching all bug changes.