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

Convert buffer pointers to std::byte* #2063

Closed
PhilMiller opened this issue Jan 13, 2023 · 0 comments · Fixed by #2253
Closed

Convert buffer pointers to std::byte* #2063

PhilMiller opened this issue Jan 13, 2023 · 0 comments · Fixed by #2253
Assignees
Labels
c++17 Things to be done once we can rely on C++17 support type: task

Comments

@PhilMiller
Copy link
Member

What Needs to be Done?

C++17 has a safe-ish vocabulary type std::byte for referring to objects/object representations that should not be operated on except as uninterpreted bits/bytes. We ought to adopt it.

Is your feature request related to a problem? Please describe.

Describe potential solution outcome

Describe alternatives you've considered

Additional context

@PhilMiller PhilMiller added type: task c++17 Things to be done once we can rely on C++17 support labels Jan 13, 2023
thearusable added a commit that referenced this issue Mar 14, 2024
thearusable added a commit that referenced this issue Mar 19, 2024
thearusable added a commit that referenced this issue Mar 22, 2024
thearusable added a commit that referenced this issue Mar 22, 2024
thearusable added a commit that referenced this issue Apr 12, 2024
thearusable added a commit that referenced this issue Apr 12, 2024
lifflander added a commit that referenced this issue Apr 16, 2024
…ers-to-std-byte

#2063: Convert buffer pointers to `std::byte*`
cwschilly pushed a commit that referenced this issue Sep 20, 2024
cwschilly pushed a commit that referenced this issue Sep 20, 2024
cwschilly pushed a commit that referenced this issue Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++17 Things to be done once we can rely on C++17 support type: task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants