]> git.lyx.org Git - features.git/commit
Use standard comparison against end
authorGeorg Baum <baum@lyx.org>
Sun, 22 Mar 2015 16:29:22 +0000 (17:29 +0100)
committerGeorg Baum <baum@lyx.org>
Sun, 22 Mar 2015 16:31:55 +0000 (17:31 +0100)
commit1fb31ab92d9c8d1d8d189b31419c7cd8d9554e4b
tree472b0a79f2fb029c8a61127d2bd22c4cc269d73f
parent880715c5a542221d318d2846f625ec34f205335d
Use standard comparison against end

This makes it more easy to exchange the underlying iterator. Also, use our
own specialized erase() instead of repeating its implementation.
src/mathed/MathData.cpp