[Bug c++/94117] deferred noexcept specifications and friend fns
marxin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Mar 11 12:05:55 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94117
Martin Liška <marxin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marxin at gcc dot gnu.org
--- Comment #10 from Martin Liška <marxin at gcc dot gnu.org> ---
commit r10-7103-gc222eabcf8be0e3f644e4bd4c3316b40dba4b514
Author: Jonathan Wakely <jwakely@redhat.com>
Date: Tue Mar 10 10:50:40 2020 +0000
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.
More information about the Gcc-bugs
mailing list