We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c148c commit 9325779Copy full SHA for 9325779
source/exec.tex
@@ -3942,7 +3942,7 @@
3942
where \exposid{shared-wrapper} is an exposition-only class
3943
that manages the reference count of the \exposid{shared-state} object
3944
pointed to by sh_state.
3945
-\exposid{shared-wrapper} models copyable
+\exposid{shared-wrapper} models \libconcept{copyable}
3946
with move operations nulling out the moved-from object,
3947
copy operations incrementing the reference count
3948
by calling \tcode{sh_state->\exposid{inc-ref}()}, and
0 commit comments