lilypond-devel
[Top][All Lists]
Advanced

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

Re: Issue 5639: compile with -std=c++11 (issue 553310045 by address@hidd


From: Hans Åberg
Subject: Re: Issue 5639: compile with -std=c++11 (issue 553310045 by address@hidden)
Date: Sat, 14 Dec 2019 14:34:11 +0100

> On 14 Dec 2019, at 09:54, lemzwerg--- via Discussions on LilyPond development 
> <address@hidden> wrote:
> 
> LGTM, thanks!
> 
> https://codereview.appspot.com/553310045/
> 

The C++11 range for statement is nice too, if the iterator self is not 
addressed. For example, in beam.cc:
  for (auto& s: stems) {
    Interval positions = Stem::head_positions(s);
    …
  }





reply via email to

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