Skip to content
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6044,7 +6044,7 @@ For example, the following could be used:

However, optionally the [code]#buffer::set_final_data()# can be set to a
[code]#std::weak_ptr# to enable copying data back, to another host memory
address that is going to be valid after buffer construction.
address that is going to be valid after buffer destruction.
Comment thread
gmlueck marked this conversation as resolved.
Outdated
Comment thread
mkinsner marked this conversation as resolved.
Outdated

[source,,linenums]
----
Expand Down