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 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;
17921792\libconcept {regular}\iref {concepts.object } and
17931793\tcode {\libconcept {three_way_comparable}<strong_ordering>}\iref {cmp.concept }.
17941794
1795- \rSec 3[stacktrace.entry.ctor ]{Constructors}
1795+ \rSec 3[stacktrace.entry.cons ]{Constructors}
17961796
17971797\indexlibraryctor {stacktrace_entry}%
17981798\begin {itemdecl }
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;
20092009are different from those required for a container.
20102010\end {itemize }
20112011
2012- \rSec 3[stacktrace.basic.ctor ]{Creation and assignment}
2012+ \rSec 3[stacktrace.basic.cons ]{Creation and assignment}
20132013
20142014\indexlibrarymember {current}{basic_stacktrace}%
20152015\begin {itemdecl }
You can’t perform that action at this time.
0 commit comments