Skip to content

Commit 50353bd

Browse files
committed
[associative.set.syn] Fix cross-reference link for 'multiset'
Fixes #1424.
1 parent 7667921 commit 50353bd

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
@@ -5881,7 +5881,7 @@
58815881
set<Key, Compare, Allocator>& y)
58825882
noexcept(noexcept(x.swap(y)));
58835883

5884-
// \ref{set}, class template multiset
5884+
// \ref{multiset}, class template multiset
58855885
template <class Key, class Compare = default_order_t<Key>,
58865886
class Allocator = allocator<Key>>
58875887
class multiset;

0 commit comments

Comments
 (0)