Skip to content

Commit

Permalink
[futures.{unique,shared}.future] Fix hyphenation of "{copy,move} assi…
Browse files Browse the repository at this point in the history
…gnment"
  • Loading branch information
Eisenwave authored and tkoeppe committed Nov 10, 2023
1 parent 54e465a commit 3c5b5b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/threads.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10575,7 +10575,7 @@

\pnum
The effect of calling any member function other than the destructor, the
move-assignment operator, \tcode{share}, or \tcode{valid} on a \tcode{future} object for which
move assignment operator, \tcode{share}, or \tcode{valid} on a \tcode{future} object for which
\tcode{valid() == false}
is undefined.
\begin{note}
Expand Down Expand Up @@ -10882,7 +10882,7 @@

\pnum
The effect of calling any member function other than the destructor,
the move-assignment operator, the copy-assignment operator, or
the move assignment operator, the copy assignment operator, or
\tcode{valid()} on a \tcode{shared_future} object for which \tcode{valid() == false} is undefined.
\begin{note}
It is valid to copy or move from a \tcode{shared_future}
Expand Down

0 comments on commit 3c5b5b0

Please sign in to comment.