-
Notifications
You must be signed in to change notification settings - Fork 50
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
Allow to iterate over RealtimeCircularBuffer #65
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (with the one in-line comment)
Great, thanks for the update. Would you also please add a unit test covering the added iterators (ideally using a foreach loop)? |
@peci1 done! :) |
@peci1 thanks for reviewing this. Let me know when you think it looks good, and I'll merge it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot, LGTM!
@jonbinney you can merge this PR. |
Reference: https://www.boost.org/doc/libs/1_83_0/doc/html/circular_buffer/implementation.html