File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1634516345 using const_reverse_iterator = std::reverse_iterator<const_iterator>;
1634616346 using container_type = KeyContainer;
1634716347
16348- // \ref{flat.set.ctor }, constructors
16348+ // \ref{flat.set.cons }, constructors
1634916349 flat_set() : flat_set(key_compare()) { }
1635016350
1635116351 explicit flat_set(container_type cont);
1655116551}
1655216552\end{codeblock}
1655316553
16554- \rSec3[flat.set.ctor ]{Constructors}
16554+ \rSec3[flat.set.cons ]{Constructors}
1655516555
1655616556\indexlibraryctor{flat_set}%
1655716557\begin{itemdecl}
1694516945 using const_reverse_iterator = std::reverse_iterator<const_iterator>;
1694616946 using container_type = KeyContainer;
1694716947
16948- // \ref{flat.multiset.ctor }, constructors
16948+ // \ref{flat.multiset.cons }, constructors
1694916949 flat_multiset() : flat_multiset(key_compare()) { }
1695016950
1695116951 explicit flat_multiset(container_type cont);
1715217152}
1715317153\end{codeblock}
1715417154
17155- \rSec3[flat.multiset.ctor ]{Constructors}
17155+ \rSec3[flat.multiset.cons ]{Constructors}
1715617156
1715717157\indexlibraryctor{flat_multiset}%
1715817158\begin{itemdecl}
You can’t perform that action at this time.
0 commit comments