Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/config.tests/unix/stl/stltest.cpp

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    7070        T *i;
    7171        typedef std::random_access_iterator_tag  iterator_category;
    72         typedef ptrdiff_t difference_type;
     72        typedef std::ptrdiff_t difference_type;
    7373        typedef T value_type;
    7474        typedef T *pointer;
Note: See TracChangeset for help on using the changeset viewer.