File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
tests/std/tests/GH_001858_iostream_exception Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ public:
346
346
347
347
~basic_osyncstream() = default;
348
348
349
- basic_osyncstream& operator=(basic_osyncstream&&) noexcept = default;
349
+ basic_osyncstream& operator=(basic_osyncstream&&) = default; // per LWG-3867
350
350
351
351
void emit() {
352
352
ios_base::iostate _State = ios_base::goodbit;
Original file line number Diff line number Diff line change @@ -389,8 +389,6 @@ static_assert(is_nothrow_swappable_v<wstringstream>);
389
389
static_assert (is_nothrow_swappable_v<syncbuf>);
390
390
static_assert (is_nothrow_swappable_v<wsyncbuf>);
391
391
392
- // TRANSITION, GH-3355: "<syncstream>: is_nothrow_move_assignable_v<osyncstream> is squirrelly"
393
-
394
392
static_assert (has_nothrow_rdbuf<osyncstream>); // mandatory
395
393
static_assert (has_nothrow_rdbuf<wosyncstream>); // mandatory
396
394
#endif // _HAS_CXX20
You can’t perform that action at this time.
0 commit comments