]> git.lyx.org Git - features.git/commit
Introduce helper template to simplify breakParagraph code
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 17 Jul 2021 00:31:49 +0000 (02:31 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 7 Dec 2021 16:04:47 +0000 (17:04 +0100)
commit49115315ea751332d3f8f8a0770cf8427a2c9640
treeb3683d6f2ce3699e50c360e12e286edf6a98fdc7
parentdf688126cab48e9bb3d2f87e94368c3bdaaf9162
Introduce helper template to simplify breakParagraph code

This is a semi-generic iterator for iterating over a container and
pretend that we add elements to it along the way.
src/Row.h
src/TextMetrics.cpp