Skip to content

ENH: Replace Boost.Foreach with standard C++ for

Laurențiu Nicola requested to merge std-foreach into develop

Summary

Replace Boost.Foreach with C++ standard for

Rationale

Simpler and more idiomatic code.

Additional notes

Extracted out of !786 (merged) because CI is acting up.

Copyright

The copyright owner is Laurențiu Nicola (CS ROMANIA) and has signed the ORFEO ToolBox Contributor License Agreement.


Check before merging:

  • All discussions are resolved
  • At least 2 👍 votes from core developers, no 👎 vote.
  • The feature branch is (reasonably) up-to-date with the base branch
  • Dashboard is green
  • Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
  • Optionally, run git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i on latest changes and commit
Edited by Laurențiu Nicola

Merge request reports