Files
gcc/libstdc++-v3/include/std
Jonathan Wakely 9450fb705c libstdc++: Use template keyword in __mapping_of alias template
This is needed to fix an error with Clang 19:

include/c++/16.0.0/mdspan:512:30: error: use 'template' keyword to treat 'mapping' as a dependent template name
 512 |         is_same_v<typename _Layout::mapping<typename _Mapping::extents_type>,
     |                                     ^

libstdc++-v3/ChangeLog:

	* include/std/mdspan (__mapping_of): Add template keyword.
2025-07-07 21:50:50 +01:00
..