Skip to content

Commit 7c5ad9d

Browse files
committed
Fixup: Ooops, swap() changes are still missing
1 parent b6d9c10 commit 7c5ad9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19096,7 +19096,7 @@
1909619096
template<class K> constexpr size_type erase(K&& x);
1909719097
constexpr iterator erase(const_iterator first, const_iterator last);
1909819098

19099-
constexpr void swap(flat_set& y) noexcept;
19099+
constexpr void swap(flat_set& y) noexcept(@\seebelow@);
1910019100
constexpr void clear() noexcept;
1910119101

1910219102
// observers

0 commit comments

Comments
 (0)