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

Unix stltest fails to use std namespace for ptrdiff_t

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P4: Low
    • 4.7.0
    • 4.6.2
    • Build System
    • None
    • f1bbb1648a9770f37ca39b8d68d6bd269dd06250

    Description

      In stltest.cpp, the DummyIterator class does this:

      typedef ptrdiff_t difference_type;

      But it should do this:

      typedef std::ptrdiff_t difference_type;

      Attachments

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

        Activity

          People

            biochimia João Abecasis
            bnason_nf Benbuck Nason
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes