Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.7.1
-
Window 10 64-bit
Intel Core i7 Haswell
Qt 5.7.1 from Qt open source installer
Intel C++ 2016 Update 3
Description
After updating from Qt 5.7.0 to 5.7.1 (Windows 64-bit) Intel C++ 2016 application compiles fail due to qMove not being defined to std::move, at least at the point of qimage.h inclusion.
I don't see a change in qcompilerdetection.h that is relevant so I'm not sure what is going on. I worked around the problem by replacing qMove with std::move in qimage.h.
My build environment and .pro files have not changed and, as before, I compile with /Qstd=c++11 so I'm perplexed.
This is on Windows 10 doing 64-bit builds and using the msvc2015_64 support in Qt 5.7.1.
Attachments
Issue Links
- is replaced by
-
QTBUG-57696 [REG 5.7.0 -> 5.7.1] Not detecting C++11 features of clang-cl
-
- Closed
-