Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.7.0
-
None
-
-
699ddcb15 (dev), 681022021 (6.7)
Description
In https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/tools/qspan.h?h=6.7.0#n300 there's
#if __cpp_lib_span
instead of
#ifdef __cpp_lib_span
This breaks build of anything that includes QSpan with C++17 and -Werror=undef