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

RAII slice #24

Closed
wants to merge 1 commit into from
Closed

RAII slice #24

wants to merge 1 commit into from

Conversation

ronag
Copy link
Contributor

@ronag ronag commented Apr 7, 2022

Makes it easier to keep track of slice ownership and avoid leaks and memory corruption.

@ronag ronag changed the title Slice RAII slice Apr 7, 2022
@ronag ronag force-pushed the slice branch 3 times, most recently from af2cc17 to 193a06d Compare April 7, 2022 12:59
@ronag
Copy link
Contributor Author

ronag commented Apr 9, 2022

Once this and #20 has landed we can start replacing all references to std::string with Slice.

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.

1 participant