Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-30194

LanguageServerProtocol::Key is not constexpr with Qt 6.2

XMLWordPrintable

      AFAIK Qt Creator is supposed to build with Qt 6.2. When testing another change for 6.2 compliance my build stopped at jsonkeys.h. This is because Key is an alias for QLatin1String for Qt 6.2, while QLatin1String::QLatin1String(const char *) doesn't produce a constexpr.

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

            davschul David Schulz
            hasselmm Mathias Hasselmann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes