We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c164add commit 1b427b2Copy full SHA for 1b427b2
source/containers.tex
@@ -16555,7 +16555,7 @@
16555
16556
\indexlibraryctor{flat_set}%
16557
\begin{itemdecl}
16558
-flat_set(container_type cont);
+explicit flat_set(container_type cont);
16559
\end{itemdecl}
16560
16561
\begin{itemdescr}
@@ -17156,7 +17156,7 @@
17156
17157
\indexlibraryctor{flat_multiset}%
17158
17159
-flat_multiset(container_type cont);
+explicit flat_multiset(container_type cont);
17160
17161
17162
0 commit comments