Skip to content

Commit 9325779

Browse files
authored
[exec.split] Add \libconcept for copyable (cplusplus#7190)
1 parent 39c148c commit 9325779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3942,7 +3942,7 @@
39423942
where \exposid{shared-wrapper} is an exposition-only class
39433943
that manages the reference count of the \exposid{shared-state} object
39443944
pointed to by sh_state.
3945-
\exposid{shared-wrapper} models copyable
3945+
\exposid{shared-wrapper} models \libconcept{copyable}
39463946
with move operations nulling out the moved-from object,
39473947
copy operations incrementing the reference count
39483948
by calling \tcode{sh_state->\exposid{inc-ref}()}, and

0 commit comments

Comments
 (0)