https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105291

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
> > +       using __local_end_t = __decltype(__local_end);

This code isn't valid pre-C++11 so we can just use decltype, not __decltype.

Reply via email to