We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I didn't test it too much, but it seems that moving overlapping regions doesn't do what I would expect.
Doing it correctly requires a very particular order of operations (same as in memcpy vs memmove).
memcpy
memmove
It would be nice if it worked correctly, or, at least, refused to do this operation, as it can lead to very unexpected results
(There was a floor there)
The text was updated successfully, but these errors were encountered:
Yeah, moving needs a lot of fixes. It's a bit better in dev but I still need to fix the core algorithm.
Sorry, something went wrong.
No branches or pull requests
I didn't test it too much, but it seems that moving overlapping regions doesn't do what I would expect.
Doing it correctly requires a very particular order of operations (same as in
memcpy
vsmemmove
).It would be nice if it worked correctly, or, at least, refused to do this operation, as it can lead to very unexpected results
(There was a floor there)
The text was updated successfully, but these errors were encountered: