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

Added buffer_view class #9

Merged
merged 2 commits into from
Mar 5, 2024
Merged

Conversation

JohanMabille
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@jjerphan jjerphan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

I just have one comment.

explicit buffer_view(buffer<T>& buffer);
buffer_view(pointer data, size_type size);

using base_type::empty;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not covered by the tests.

Should it be?

Copy link
Collaborator Author

@JohanMabille JohanMabille Mar 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep it should, I will update the PR.

@JohanMabille JohanMabille merged commit fe95a4d into man-group:main Mar 5, 2024
6 checks passed
@JohanMabille JohanMabille deleted the buffer_view branch March 5, 2024 12:42
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