lilypond-devel
[Top][All Lists]
Advanced

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

Re: GUB failing


From: Jonas Hahnfeld
Subject: Re: GUB failing
Date: Mon, 13 Jul 2020 09:09:35 +0200
User-agent: Evolution 3.36.4

Am Sonntag, den 12.07.2020, 20:40 -0400 schrieb Dan Eble:
> On Jul 12, 2020, at 11:09, Jonas Hahnfeld <hahnjo@hahnjo.de> wrote:
> > Dan, ok to do the following? (I'd push directly to release/unstable…)
> 
> ...
> > -  auto operator * () const->decltype (from_scm<T> (dereference_scm ()))
> > +  // (Explicit 'this' in trailing decltype needed because of bug in GCC, 
> > see
> > +  // https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57543)
> > +  auto operator * () const->decltype (from_scm<T> (this->dereference_scm 
> > ()))
> 
> LGTM

Ok, pushed as commit f5aee54cc11ea28b317d01384db182277926175a with a
reference to version 4.9. I didn't have the time to check that it
actually fixes the build with GUB, I hope it does. Phil, could you try
again?

Jonas

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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