-
Notifications
You must be signed in to change notification settings - Fork 9
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
Labels
Comments
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 13, 2024
thearusable
added a commit
that referenced
this issue
Mar 13, 2024
thearusable
added a commit
that referenced
this issue
Mar 13, 2024
thearusable
added a commit
that referenced
this issue
Mar 13, 2024
thearusable
added a commit
that referenced
this issue
Mar 14, 2024
thearusable
added a commit
that referenced
this issue
Mar 14, 2024
thearusable
added a commit
that referenced
this issue
Mar 14, 2024
thearusable
added a commit
that referenced
this issue
Mar 14, 2024
thearusable
added a commit
that referenced
this issue
Mar 14, 2024
thearusable
added a commit
that referenced
this issue
Mar 14, 2024
thearusable
added a commit
that referenced
this issue
Mar 15, 2024
thearusable
added a commit
that referenced
this issue
Mar 15, 2024
thearusable
added a commit
that referenced
this issue
Mar 15, 2024
thearusable
added a commit
that referenced
this issue
Mar 15, 2024
thearusable
added a commit
that referenced
this issue
Mar 19, 2024
thearusable
added a commit
that referenced
this issue
Mar 19, 2024
thearusable
added a commit
that referenced
this issue
Mar 19, 2024
thearusable
added a commit
that referenced
this issue
Mar 19, 2024
thearusable
added a commit
that referenced
this issue
Mar 19, 2024
thearusable
added a commit
that referenced
this issue
Mar 19, 2024
thearusable
added a commit
that referenced
this issue
Mar 19, 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
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
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
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
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
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
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
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
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
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
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
The text was updated successfully, but these errors were encountered: