diff --git a/source/containers.tex b/source/containers.tex index c8a68ac6a0..9fd71066b3 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -11525,7 +11525,7 @@ template constexpr void swap(multimap& x, - multimap& y) + multimap& y) noexcept(noexcept(x.swap(y))); // \ref{multimap.erasure}, erasure for \tcode{multimap}