]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4577: Remove the nasty workaround for platforms that don't provide
authorDan Eble <nine.fierce.ballads@gmail.com>
Tue, 25 Aug 2015 15:54:21 +0000 (11:54 -0400)
committerDan Eble <nine.fierce.ballads@gmail.com>
Fri, 11 Sep 2015 12:15:40 +0000 (08:15 -0400)
commitd36ec1303bce389c9251765e8f2ae25717c74183
treef534b6358f52283a0cd183c22d161ed8c02f3305
parent6afbd8ef9bdea4f7466e5f4fb703d3285bdfe143
Issue 4577: Remove the nasty workaround for platforms that don't provide
std::vector::data().

Replace most code that reached into into Grob_array and modified its
internal vector with calls to new member functions such as filter().

Move the definitions of some trivial methods into grob-array.hh.
flower/include/std-vector.hh
lily/break-substitution.cc
lily/grob-array.cc
lily/include/grob-array.hh
lily/paper-column.cc
lily/pure-from-neighbor-interface.cc
lily/slur.cc
lily/system.cc