X Tutup
Skip to content

Add note to write() array class method documentation about copy on write behavior#3613

Merged
christophe-murphy merged 1 commit intomasterfrom
2431-lazy-copy-bug-with-afwritet
Jan 8, 2025
Merged

Add note to write() array class method documentation about copy on write behavior#3613
christophe-murphy merged 1 commit intomasterfrom
2431-lazy-copy-bug-with-afwritet

Conversation

@christophe-murphy
Copy link
Contributor

Added note for write method to clarify that it does not result in a copy on write.

Checklist

  • Rebased on latest master
  • Code compiles
  • Functions documented

@christophe-murphy christophe-murphy linked an issue Oct 7, 2024 that may be closed by this pull request
@edwinsolisf edwinsolisf self-requested a review December 18, 2024 20:25
@christophe-murphy christophe-murphy merged commit 374bf97 into master Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

lazy copy bug with af::write<T>

2 participants

X Tutup