Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define proper copy semantics for RingBuffer #6

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

s-ludwig
Copy link
Member

Previously did not behave well when copies were made: A RingBuffer copy that got destroyed would leave the other copies with an buffer full of destroyed elements.

Previously did not behave well when copies were made: A RingBuffer copy that got destroyed would leave the other copies with an buffer full of destroyed elements.
@s-ludwig s-ludwig requested a review from l-kramer February 13, 2024 20:32
@l-kramer l-kramer merged commit de744de into master Feb 14, 2024
12 checks passed
@l-kramer l-kramer deleted the define_copy_semantics branch February 14, 2024 09:59
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.

2 participants