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

long double support in QDataStream

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • None
    • Core: Serialization
    • None

    Description

      Add support for streaming long double into and out of QDataStream. This has to be in a portable format. long double may be 64bits, 80bits or 128bits, depending on the platform, so serialization should be as a 128bit BE value. It's trivial to add when sizeof(long double)*8 == 128. On other platforms, we need to convert into a 128bit quantity w/o stdlib help.

      Attachments

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

        Activity

          People

            cnn Qt Core & Network
            mmutz Marc Mutz
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes