diff --git a/stl/inc/syncstream b/stl/inc/syncstream index ffe3cb722..469803588 100644 --- a/stl/inc/syncstream +++ b/stl/inc/syncstream @@ -346,7 +346,7 @@ public: ~basic_osyncstream() = default; - basic_osyncstream& operator=(basic_osyncstream&&) noexcept = default; + basic_osyncstream& operator=(basic_osyncstream&&) = default; // per LWG-3867 void emit() { ios_base::iostate _State = ios_base::goodbit; diff --git a/tests/std/tests/GH_001858_iostream_exception/test.cpp b/tests/std/tests/GH_001858_iostream_exception/test.cpp index 4079c25cf..5ddb356a1 100644 --- a/tests/std/tests/GH_001858_iostream_exception/test.cpp +++ b/tests/std/tests/GH_001858_iostream_exception/test.cpp @@ -389,8 +389,6 @@ static_assert(is_nothrow_swappable_v); static_assert(is_nothrow_swappable_v); static_assert(is_nothrow_swappable_v); -// TRANSITION, GH-3355: ": is_nothrow_move_assignable_v is squirrelly" - static_assert(has_nothrow_rdbuf); // mandatory static_assert(has_nothrow_rdbuf); // mandatory #endif // _HAS_CXX20