libstdc++: Remove noexcept from std::osyncstream::operator=
commit67f5a8c802463228da7c7bb2ab100095217560a6
authorJonathan Wakely <jwakely@redhat.com>
Thu, 1 Feb 2024 21:23:27 +0000 (1 21:23 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 2 Feb 2024 10:18:04 +0000 (2 10:18 +0000)
treed520e1909d81475e40a21d090210431c692b9c1c
parent91adf2182a245ede958f02df61a5bb184e9110ba
libstdc++: Remove noexcept from std::osyncstream::operator=

This should not be noexcept because its _M_syncbuf member has a
potentially-throwing move assignment operator. The noexcept was removed
by LWG 3867.

libstdc++-v3/ChangeLog:

* include/std/syncstream (basic_osyncstream::operator=): Remove
noexcept, as per LWG 3867.
libstdc++-v3/include/std/syncstream