libstdc++: add missing typename for dependent type in ranges::elements_view [PR100900]
authorAvi Kivity <avi@scylladb.com>
Mon, 7 Jun 2021 15:19:05 +0000 (11:19 -0400)
committerPatrick Palka <ppalka@redhat.com>
Mon, 7 Jun 2021 15:19:05 +0000 (11:19 -0400)
commit5e2e15f212e2458a1258b8c856895c755460bc6b
tree22c8ef4480bb7252377e9098544004f00c1c392d
parent52730540e83c81ee595a51feb7736ff753c98139
libstdc++: add missing typename for dependent type in ranges::elements_view [PR100900]

Clang complains about the missing typename. I believe it's not required
in a more complete implementation of C++, but it's nicer to support
less complete implementations.

PR libstdc++/100900

libstdc++-v3/ChangeLog:

* include/std/ranges (elements_view::__iter_cat::_S_iter_cat):
Add missing typename.
libstdc++-v3/include/std/ranges