On Jul 12, 2020, at 11:09, Jonas Hahnfeld <[email protected]> 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
