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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2021-04-08
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
            Summary|condition_variable_any has  |[DR 2135]
                   |wrong behavior if           |condition_variable_any has
                   |Lock::lock() throws         |wrong behavior if
                   |                            |Lock::lock() throws

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Looks like I tried to implement LWG 2135 in r228217, but only for
std::condition_variable, not std::condition_variable_any.

Reply via email to