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
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 will be valid when the buffer is destroyed.

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