Re: [PATCH] libstdc++: Add more template keywords to for Clang

2025-07-14 Thread Tomasz Kaminski
I was going to ask why you haven't committed it directly, but it looks like it is already on master. LGTM. On Tue, Jul 8, 2025 at 11:34 PM Jonathan Wakely wrote: > This fixes: > > include/c++/16.0.0/mdspan:1182:33: error: use 'template' keyword to treat > 'mapping' as a dependent template name >

[PATCH] libstdc++: Add more template keywords to for Clang

2025-07-08 Thread Jonathan Wakely
This fixes: include/c++/16.0.0/mdspan:1182:33: error: use 'template' keyword to treat 'mapping' as a dependent template name 1182 | const typename _OLayout::mapping<_OExtents>&> |^ include/c++/16.0.0/mdspan:1185:31: error: use 'template