-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.10.0 Beta2
-
None
-
1
-
cc16e9e40 (dev), 19b32c6f3 (6.10), 8dd8f3f02 (6.9), 3f47729d5 (tqtc/lts-6.8), 99524bf5d (tqtc/lts-6.5), 7df6473ee (dev)
-
Foundation Sprint 138, Foundation Sprint 139
QTextBoundaryFinder is a pretty heavy object, seeing as it unconditionally creates an attribute table half the size of the string being inspected.
Yet it can be copied (in O(string.size() time), but not moved (which would only require constant time).
Add the missing move operations; also either deprecate the copy SMFs or completely rewrite the thing to not require this up-front table.
- resulted from
-
QTBUG-135195 Review qtbase/src/corelib/text
-
- In Review
-