ChangeLog
76.8 KB
-
libstdc++: Fix invalid noexcept-specifier (PR 94117) · c222eabc
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.
Jonathan Wakely committed