Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-57915

qMove not defined to std::move with Intel C++

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.7.1
    • Core: Other
    • Window 10 64-bit
      Intel Core i7 Haswell
      Qt 5.7.1 from Qt open source installer
      Intel C++ 2016 Update 3

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            thiago Thiago Macieira
            deadparrot Stuart Mentzer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes