-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.10.0 Beta2
-
None
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.