Skip to content

Commit 4e7049e

Browse files
authored
[associative.map.syn] Fix indentation (#8673)
1 parent 2555bbb commit 4e7049e

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
@@ -11525,7 +11525,7 @@
1152511525

1152611526
template<class Key, class T, class Compare, class Allocator>
1152711527
constexpr void swap(multimap<Key, T, Compare, Allocator>& x,
11528-
multimap<Key, T, Compare, Allocator>& y)
11528+
multimap<Key, T, Compare, Allocator>& y)
1152911529
noexcept(noexcept(x.swap(y)));
1153011530

1153111531
// \ref{multimap.erasure}, erasure for \tcode{multimap}

0 commit comments

Comments
 (0)