diff options
-rw-r--r-- | libstdc++-v3/include/std/syncstream | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/std/syncstream b/libstdc++-v3/include/std/syncstream index 299941f..db6ebd5 100644 --- a/libstdc++-v3/include/std/syncstream +++ b/libstdc++-v3/include/std/syncstream @@ -114,7 +114,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION } void - swap(basic_syncbuf& __other) noexcept + swap(basic_syncbuf& __other) { using _ATr = allocator_traits<_Alloc>; if constexpr (!_ATr::propagate_on_container_swap::value) |