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
4 changes: 2 additions & 2 deletions source/exec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7757,10 +7757,10 @@
\tcode{static_cast<bool>(assoc)} is \tcode{true}
if and only if \tcode{assoc} is engaged;
\item
no two distinct objects of type \tcode{Assoc} own the same assocation;
no two distinct objects of type \tcode{Assoc} own the same association;
\item
for an object \tcode{assoc} of type \tcode{Assoc},
destroying \tcode{assoc} releases the assocation owned by \tcode{assoc}, if any;
destroying \tcode{assoc} releases the association owned by \tcode{assoc}, if any;
\item
for an object \tcode{assoc} of type \tcode{Assoc},
after it is used as the source operand of a move constructor,
Expand Down