Skip to content

Commit ae7c011

Browse files
committed
[flat.{,multi}set] Change stable label from "ctor" to "cons"
1 parent 1b427b2 commit ae7c011

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/containers.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16345,7 +16345,7 @@
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);
@@ -16551,7 +16551,7 @@
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}
@@ -16945,7 +16945,7 @@
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);
@@ -17152,7 +17152,7 @@
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}

0 commit comments

Comments
 (0)