Skip to content

Commit faa173c

Browse files
committed
[flat.multiset.ctor] Add missing parameter name "cont"
1 parent 9934675 commit faa173c

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
@@ -17194,7 +17194,7 @@
1719417194
\indexlibraryctor{flat_multiset}%
1719517195
\begin{itemdecl}
1719617196
template<class Allocator>
17197-
flat_multiset(sorted_equivalent_t s, const container_type&, const Allocator& a);
17197+
flat_multiset(sorted_equivalent_t s, const container_type& cont, const Allocator& a);
1719817198
\end{itemdecl}
1719917199

1720017200
\begin{itemdescr}

0 commit comments

Comments
 (0)