https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94117
--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Nathan Sidwell from comment #0)
> filing a separate issue to fix libstdc++
Fixed in r10-7103-gc222eabcf8be0e3f644e4bd4c3316b40dba4b514
libstdc++: Fix invalid noexcept-specifier (PR 94117)
G++ fails to diagnose this non-dependent expression, but Clang doesn't
like it.
PR c++/94117
* include/std/ranges
(ranges::transform_view::_Iterator::iter_move):
Change expression in noexcept-specifier to match function body.