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.
redi at gcc dot gnu.org via Gcc-bugs Sat, 16 Apr 2022 06:35:40 -0700
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.