Skip to content

Inline implementations from std-vector.hh

Jonas Hahnfeld requested to merge hahnjo/lilypond:inline-std-vector into master

These were mostly just calling STL functions from <algorithm> with begin and end iterators. By inlining them, we do not need to include them into translation units that are not using them.

Merge request reports