Skip to content

Commit 1b427b2

Browse files
committed
[flat.{,multi}set.ctor] Add missing "explicit" in itemdecls
1 parent c164add commit 1b427b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/containers.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16555,7 +16555,7 @@
1655516555

1655616556
\indexlibraryctor{flat_set}%
1655716557
\begin{itemdecl}
16558-
flat_set(container_type cont);
16558+
explicit flat_set(container_type cont);
1655916559
\end{itemdecl}
1656016560

1656116561
\begin{itemdescr}
@@ -17156,7 +17156,7 @@
1715617156

1715717157
\indexlibraryctor{flat_multiset}%
1715817158
\begin{itemdecl}
17159-
flat_multiset(container_type cont);
17159+
explicit flat_multiset(container_type cont);
1716017160
\end{itemdecl}
1716117161

1716217162
\begin{itemdescr}

0 commit comments

Comments
 (0)