]> git.lyx.org Git - features.git/commit
Simplify a loop with a for-each.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Sat, 9 Mar 2024 19:46:54 +0000 (20:46 +0100)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Sat, 9 Mar 2024 19:46:54 +0000 (20:46 +0100)
commit1b11dfeca5c4e11585129221d966e84c5c775402
treefbd5069f14ad36aebe0a251d6f31bfa4f150f985
parent04beccca4c7170273748e14827b8af62e5726b25
Simplify a loop with a for-each.

These loops were brought by C++11. The next step could be using std::any_of.
src/mathed/MathSupport.cpp