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: Sun, 26 Apr 2020 05:37:17 -0700

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

https://codereview.appspot.com/583750043/diff/557770050/lily/skyline.cc#newcode584
lily/skyline.cc:584: for (auto const b : buildings_)
On 2020/04/26 11:28:19, hahnjo wrote:
> I think this will do a copy of every building. Did you actually want
to use
> for (auto const &b : buildings_)
> ?

Done.

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



reply via email to

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