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

Qt 5 to-do in QVarLengthArray

    XMLWordPrintable

Details

    • 425b925b7e9dd818f2a58fd7bc77bfe8475e6483

    Description

      qtbase/src/corelib/tools/qvarlengtharray.h
      private:
      ...
          union {
              // ### Qt 5: Use 'Prealloc * sizeof(T)' as array size
              char array[sizeof(qint64) * (((Prealloc * sizeof(T)) / sizeof(qint64)) + 1)];
              qint64 q_for_alignment_1;
              double q_for_alignment_2;
          };
      

      Attachments

        For Gerrit Dashboard: QTBUG-25113
        # Subject Branch Project Status CR V

        Activity

          People

            thiago Thiago Macieira
            jasmcdon Jason McDonald (Closed Nokia Identity. Please assign to "macadder" instead) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes