Am Sonntag, den 12.07.2020, 20:40 -0400 schrieb Dan Eble:
> On Jul 12, 2020, at 11:09, Jonas Hahnfeld <hah...@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