Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14123,7 +14123,7 @@
public:
using result_type = R;

// \ref{func.wrap.move.ctor}, constructors, assignment, and destructor
// \ref{func.wrap.move.ctor}, constructors, assignments, and destructor
move_only_function() noexcept;
move_only_function(nullptr_t) noexcept;
move_only_function(move_only_function&&) noexcept;
Expand Down Expand Up @@ -14170,7 +14170,7 @@
for which \tcode{is_nothrow_move_constructible_v<T>} is \tcode{true}.
\end{note}

\rSec4[func.wrap.move.ctor]{Constructors, assignment, and destructor}
\rSec4[func.wrap.move.ctor]{Constructors, assignments, and destructor}

\indextext{move_only_function::is-callable-from@\tcode{move_only_function::\exposid{is-callable-from}}}%
\begin{itemdecl}
Expand Down Expand Up @@ -14516,7 +14516,7 @@
public:
using result_type = R;

// \ref{func.wrap.copy.ctor}, constructors, assignments, and destructors
// \ref{func.wrap.copy.ctor}, constructors, assignments, and destructor
copyable_function() noexcept;
copyable_function(nullptr_t) noexcept;
copyable_function(const copyable_function&);
Expand Down Expand Up @@ -14565,7 +14565,7 @@
for which \tcode{is_nothrow_move_constructible_v<T>} is \tcode{true}.
\end{note}

\rSec4[func.wrap.copy.ctor]{Constructors, assignments, and destructors}
\rSec4[func.wrap.copy.ctor]{Constructors, assignments, and destructor}

\indextext{copyable_function::is-callable-from@\tcode{copyable_function::\exposid{is-callable-from}}}%
\begin{itemdecl}
Expand Down