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

SVector{N,T} only accept Int64 but not Int32 #1233

Open
Blumenkranz opened this issue Jan 15, 2024 · 0 comments
Open

SVector{N,T} only accept Int64 but not Int32 #1233

Blumenkranz opened this issue Jan 15, 2024 · 0 comments

Comments

@Blumenkranz
Copy link

Maybe Tuple{Vararg{Union{StaticArraysCore.Dynamic, Int64}}} can be changed to Tuple{Vararg{Union{StaticArraysCore.Dynamic, Integer}}}? When I use C API, all integers are Cint, i.e. Int32, which requires extra type conversion.

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

No branches or pull requests

1 participant