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

Missing qHash(q/uint128)

    XMLWordPrintable

Details

    • 1d7950c94 (dev)

    Description

      When Qt 6.6 added support for q(u)int128, it forgot to add qHash() support for it.

      Acceptance criteria:

      • qHash() works with qint128 and quint128 on all QT_SUPPORTS_INT128 platforms
        • not by falling back on one of the narrower integer types
      • consistent with other integer overloads:
        • qHash(x) == qHash(quint128(x))xDomain(quint64)
        • qHash(x) == qHash(qint128(x))xDomain(qint64)

      Attachments

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

        Activity

          People

            thiago Thiago Macieira
            mmutz Marc Mutz
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes