https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99985

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Jonathan Wakely
<r...@gcc.gnu.org>:

https://gcc.gnu.org/g:637418ec2c6f559d4fac074db3bafc34a728484b

commit r10-9679-g637418ec2c6f559d4fac074db3bafc34a728484b
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Fri Apr 9 12:05:39 2021 +0100

    libstdc++: Fix invalid constexpr function in C++11 mode [PR 99985]

    I keep forgetting that a constexpr function in C++11 has to be a single
    return statement.

    libstdc++-v3/ChangeLog:

            PR libstdc++/99985
            * include/bits/hashtable.h (_Hashtable::_S_nothrow_move()): Fix
            to be a valid constexpr function in C++11.
            * testsuite/23_containers/unordered_set/cons/99985.cc: New test.

    (cherry picked from commit 40ccb47b505b528244ee305923681c0ae3b6f4d5)

Reply via email to