lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Use vectors rather than lists for skylines. (issue 583750043 by addr


From: hanwenn
Subject: Re: Use vectors rather than lists for skylines. (issue 583750043 by address@hidden)
Date: Sat, 18 Apr 2020 04:25:36 -0700

https://codereview.appspot.com/583750043/diff/555670043/lily/skyline.cc
File lily/skyline.cc (right):

https://codereview.appspot.com/583750043/diff/555670043/lily/skyline.cc#newcode74
lily/skyline.cc:74: for (vector<Building>::const_iterator i = b.begin
(); i != b.end (); i++)
On 2020/04/17 22:44:12, Dan Eble wrote:
> for (auto i : b)

Done.

https://codereview.appspot.com/583750043/diff/555670043/lily/skyline.cc#newcode219
lily/skyline.cc:219: for (; cit != scp->end (); cit++)
On 2020/04/17 22:44:12, Dan Eble wrote:
> ++cit

Done.

https://codereview.appspot.com/583750043/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]