Details
-
Task
-
Resolution: Fixed
-
P2: Important
-
6.8.0 Beta2
-
None
-
8
-
2382bfb5b03f6f03a31981dc416121cf556b962a (dev), f5a2d34da83585784b8924d95f42b69cd26c057f (6.8)
-
Foundation Sprint 115
Description
qtbase/7ce6920aacfcba485cd8017e01c6aeb324292e75 added max_size() only for
- QList
- QVLA
- QString
- QByteArray
We added more for the string views for Qt 6.8, but all other containers are still lacking them, incl., but not limited to - QContiguousCache
- QBitArray
- QHash
We should have this [container.reqmts] requirement on all of our containers, not just on some.
Target should be 6.9 (6.8 has realistically sailed at this point).
Acceptance criteria:
- All Qt containers (private and public) have max_size()
Attachments
Issue Links
- is cloned by
-
QTBUG-128450 Container::max_size() should not be static functions
- Closed