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

Replace all slice-pointer use with slicePtr function. #337

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

thetorpedodog
Copy link
Contributor

Since replacing other uses of the &someSlice[0] construction with slicePtr(someSlice) has already saved us from errors, this change replaces the remaining uses, for more robustness and easier reading.

Since replacing other uses of the `&someSlice[0]` construction with
`slicePtr(someSlice)` has already saved us from errors, this change
replaces the remaining uses, for more robustness and easier reading.
@thetorpedodog thetorpedodog merged commit eb2b4f2 into master Jul 25, 2024
7 checks passed
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