Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
None
-
6.7.0
-
windows
visual studio
Description
When trying to build qt 6.7.0 with MSVC, compilation fails with:
D:/a/_temp/.c2/p/qtca35cf10ef742/s/src/qtbase/src/corelib/global/qtypeinfo.h(179): error C2065: 'isRelocatable': undeclared identifier 935D:/a/_temp/.c2/p/qtca35cf10ef742/s/src/qtbase/src/corelib/global/qtypeinfo.h(179): note: the template instantiation context (the oldest one first) is 936D:/a/_temp/.c2/p/qtca35cf10ef742/s/src/qtbase/src/corelib/global/qtypeinfo.h(179): note: while compiling class template partial specialization 'QTypeInfo<QFlags<T>>' 937D:/a/_temp/.c2/p/qtca35cf10ef742/s/src/qtbase/src/corelib/text/qutf8stringview.h(346): error C2065: 'isRelocatable': undeclared identifier 938D:/a/_temp/.c2/p/qtca35cf10ef742/s/src/qtbase/src/corelib/text/qutf8stringview.h(346): note: the template instantiation context (the oldest one first) is 939D:/a/_temp/.c2/p/qtca35cf10ef742/s/src/qtbase/src/corelib/text/qutf8stringview.h(346): note: while compiling class template partial specialization 'QTypeInfo<QBasicUtf8StringView<UseChar8T>>'
Using the same command works properly on qt 6.6.X
Full logs are available in: