View | Details | Raw Unified | Return to bug 169871
Collapse All | Expand All

(-)src/corelib/tools/qiterator.h (+2 lines)
Lines 46-55 Link Here
46
46
47
QT_BEGIN_HEADER
47
QT_BEGIN_HEADER
48
48
49
#ifdef QT_NO_STL
49
namespace std {
50
namespace std {
50
    struct bidirectional_iterator_tag;
51
    struct bidirectional_iterator_tag;
51
    struct random_access_iterator_tag;
52
    struct random_access_iterator_tag;
52
}
53
}
54
#endif
53
55
54
QT_BEGIN_NAMESPACE
56
QT_BEGIN_NAMESPACE

Return to bug 169871