lilypond-devel
[Top][All Lists]
Advanced

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

Re: GUB failing


From: Dan Eble
Subject: Re: GUB failing
Date: Sun, 12 Jul 2020 20:40:13 -0400

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
— 
Dan





reply via email to

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