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

MAINT: fix small typo in small_dynamic_array.h #279

Merged
merged 1 commit into from
Jun 29, 2024

Conversation

lucascolley
Copy link
Contributor

@lucascolley lucascolley commented Jun 29, 2024

on clang-19, this causes:

../scipy/_lib/_uarray/small_dynamic_array.h(145,18): error: reference to non-static member function must be called
  145 |     size_ = copy.size;
      |             ~~~~~^~~~
1 error generated.

cc @h-vetinari, x-ref scipy/scipy#21069

on clang-19, this causes:
```
../scipy/_lib/_uarray/small_dynamic_array.h(145,18): error: reference to non-static member function must be called
  145 |     size_ = copy.size;
      |             ~~~~~^~~~
1 error generated.
```

Co-authored-by: h-vetinari <[email protected]>
@lucascolley
Copy link
Contributor Author

@peterbell10

@hameerabbasi
Copy link
Collaborator

Thanks, @lucascolley! It seems like all the CI failures are unrelated to the change. Merging.

@hameerabbasi hameerabbasi merged commit 9e62c9c into Quansight-Labs:master Jun 29, 2024
1 of 6 checks passed
@lucascolley lucascolley deleted the typo branch June 29, 2024 20:04
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.

3 participants