Skip to content

Commit 48ac7b1

Browse files
committed
[stacktrace] Change stable label from "ctor" to "cons"
1 parent 8c4981c commit 48ac7b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/diagnostics.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1759,7 +1759,7 @@
17591759
public:
17601760
using native_handle_type = @\impdefx{\tcode{stacktrace_entry::native_handle_type}}@;
17611761

1762-
// \ref{stacktrace.entry.ctor}, constructors
1762+
// \ref{stacktrace.entry.cons}, constructors
17631763
constexpr stacktrace_entry() noexcept;
17641764
constexpr stacktrace_entry(const stacktrace_entry& other) noexcept;
17651765
constexpr stacktrace_entry& operator=(const stacktrace_entry& other) noexcept;
@@ -1792,7 +1792,7 @@
17921792
\libconcept{regular}\iref{concepts.object} and
17931793
\tcode{\libconcept{three_way_comparable}<strong_ordering>}\iref{cmp.concept}.
17941794

1795-
\rSec3[stacktrace.entry.ctor]{Constructors}
1795+
\rSec3[stacktrace.entry.cons]{Constructors}
17961796

17971797
\indexlibraryctor{stacktrace_entry}%
17981798
\begin{itemdecl}
@@ -1933,7 +1933,7 @@
19331933
using size_type = @\impdefx{type of \tcode{basic_stacktrace::size_type}}@;
19341934
using allocator_type = Allocator;
19351935

1936-
// \ref{stacktrace.basic.ctor}, creation and assignment
1936+
// \ref{stacktrace.basic.cons}, creation and assignment
19371937
static basic_stacktrace current(const allocator_type& alloc = allocator_type()) noexcept;
19381938
static basic_stacktrace current(size_type skip,
19391939
const allocator_type& alloc = allocator_type()) noexcept;
@@ -2009,7 +2009,7 @@
20092009
are different from those required for a container.
20102010
\end{itemize}
20112011

2012-
\rSec3[stacktrace.basic.ctor]{Creation and assignment}
2012+
\rSec3[stacktrace.basic.cons]{Creation and assignment}
20132013

20142014
\indexlibrarymember{current}{basic_stacktrace}%
20152015
\begin{itemdecl}

0 commit comments

Comments
 (0)