]> 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, 23 Nov 2021 15:31:30 +0000 (16:31 +0100)
commit7d2e31445c4f1aa35533d3d57d28022fae3d56e4
tree77d1c566f964488033901179e3b85d1bade99916
parent1f064f16a6a48aac2c4d2b0c1360f0fa058e0f2e
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