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

Support assignment of lazy pointers in case of a multidimensional pointer as a parameter of a function #609

Merged
merged 5 commits into from
Aug 10, 2023

Conversation

IDKWNTCMF
Copy link
Collaborator

No description provided.

return offsetInBits;
}
std::string indices;
while (dimension != 0) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move var renaming in separate function

@IDKWNTCMF IDKWNTCMF force-pushed the assign-to-lazy-multidim-pointers branch from b60a369 to 062a1b2 Compare August 9, 2023 12:26
@IDKWNTCMF IDKWNTCMF merged commit 38d4cfb into main Aug 10, 2023
5 checks passed
@IDKWNTCMF IDKWNTCMF deleted the assign-to-lazy-multidim-pointers branch August 10, 2023 07:36
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.

Tests for functions with multidimensional pointers as params can be incorrect
2 participants