Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.7
-
None
-
3
-
88b1c9623 (dev), 229ed81c7 (6.7), 8c2e6967b (tqtc/lts-6.5)
-
Foundation Sprint 108
Description
QAnyStringView(char-ish constructors have become rather slow in 6.5 compared to 6.4.
This is because the arguments are convertible to QString, so the perfectly-forwarding if_convertible_to<QString> is selected in favour of the is_compatible_char one.
Attachments
Issue Links
- resulted from
-
QTBUG-124365 Port QString::arg() to QAnyStringView
-
- Closed
-
For Gerrit Dashboard: QTBUG-125735 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
563807,5 | QAnyStringView: fix char-ish ctors to not allocate memory | dev | qt/qtbase | Status: MERGED | +2 | 0 |
564441,3 | QAnyStringView: fix char-ish ctors to not allocate memory | 6.7 | qt/qtbase | Status: MERGED | +2 | 0 |
565927,3 | QAnyStringView: fix char-ish ctors to not allocate memory | tqtc/lts-6.5 | qt/tqtc-qtbase | Status: MERGED | +2 | 0 |