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

Broken compatibility with compilers that do not support std::make_unique

    XMLWordPrintable

Details

    • fbcff1967 (tqtc/lts-5.15)

    Description

      Commit f55e6054f0 added std::make_unique to /qtdeclarative/src/quick/items/qquickgridview.cpp and /qtdeclarative/src/quick/items/qquicklistview.cpp, causing incompatibility with compilers that do not support it. To fix this, I am attaching a patch that will add include private/qmemory_p.h to these files and replace std::make_unique with qt_make_unique.

      Attachments

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

        Activity

          People

            fabiankosmale Fabian Kosmale
            nmedunitsa Nikita Medunitsa
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes