]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Add 'typename' for Clang compatibility
authorJonathan Wakely <jwakely@redhat.com>
Thu, 1 Sep 2022 19:36:06 +0000 (20:36 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 1 Sep 2022 19:36:06 +0000 (20:36 +0100)
commit42e489088bf53845c648e512449b72dbd3c7169b
tree79f83e0679fad805d6539facac5b7ebb0661f975
parent56bb34e3d2c800a7f13e65755bccfb6b2dc5e898
libstdc++: Add 'typename' for Clang compatibility

Clang doesn't yet implement the C++20 change that makes 'typename'
optional here.

libstdc++-v3/ChangeLog:

* include/std/ranges (adjacent_transform_view::_Iterator): Add
typename keyword before dependent qualified-id.
libstdc++-v3/include/std/ranges