File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16345
16345
using const_reverse_iterator = std::reverse_iterator<const_iterator>;
16346
16346
using container_type = KeyContainer;
16347
16347
16348
- // \ref{flat.set.ctor }, constructors
16348
+ // \ref{flat.set.cons }, constructors
16349
16349
flat_set() : flat_set(key_compare()) { }
16350
16350
16351
16351
explicit flat_set(container_type cont);
16551
16551
}
16552
16552
\end{codeblock}
16553
16553
16554
- \rSec3[flat.set.ctor ]{Constructors}
16554
+ \rSec3[flat.set.cons ]{Constructors}
16555
16555
16556
16556
\indexlibraryctor{flat_set}%
16557
16557
\begin{itemdecl}
16945
16945
using const_reverse_iterator = std::reverse_iterator<const_iterator>;
16946
16946
using container_type = KeyContainer;
16947
16947
16948
- // \ref{flat.multiset.ctor }, constructors
16948
+ // \ref{flat.multiset.cons }, constructors
16949
16949
flat_multiset() : flat_multiset(key_compare()) { }
16950
16950
16951
16951
explicit flat_multiset(container_type cont);
17152
17152
}
17153
17153
\end{codeblock}
17154
17154
17155
- \rSec3[flat.multiset.ctor ]{Constructors}
17155
+ \rSec3[flat.multiset.cons ]{Constructors}
17156
17156
17157
17157
\indexlibraryctor{flat_multiset}%
17158
17158
\begin{itemdecl}
You can’t perform that action at this time.
0 commit comments