File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 395
395
does not represent threads of execution.
396
396
397
397
\pnum
398
- \tcode {thread::id} shall be a trivially copyable class\iref {class }.
398
+ \tcode {thread::id} is a trivially copyable class\iref {class }.
399
399
The library may reuse the value of a \tcode {thread::id} of a terminated thread that can no longer be joined.
400
400
401
401
\pnum
481
481
\begin {itemdescr }
482
482
\pnum\effects Inserts an unspecified text representation of \tcode {id} into
483
483
\tcode {out}. For two objects of type \tcode {thread::id} \tcode {x} and \tcode {y},
484
- if \tcode {x == y} the \tcode {thread::id} objects shall have the same text
485
- representation and if \tcode {x != y} the \tcode {thread::id} objects shall have
484
+ if \tcode {x == y} the \tcode {thread::id} objects have the same text
485
+ representation and if \tcode {x != y} the \tcode {thread::id} objects have
486
486
distinct text representations.
487
487
488
488
\pnum\returns \tcode {out}.
You can’t perform that action at this time.
0 commit comments