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

Some vcat / hcat overloads for Number + StaticArray #768

Merged
merged 8 commits into from
Oct 23, 2020
Merged

Conversation

c42f
Copy link
Member

@c42f c42f commented Apr 17, 2020

These extra overloads should be helpful for users though it's not really
possible to fix this in generality until the dispatch mechanism in Base
is improved.

Closes #602

These extra overloads should be helpful for users though it's not really
possible to fix this in generality until the dispatch mechanism in Base
is improved.
@mateuszbaran
Copy link
Collaborator

I tried fixing it a bit, is that OK?

@c42f
Copy link
Member Author

c42f commented Oct 23, 2020

I tried fixing it a bit, is that OK?

More than ok, it's very much appreciated!

It appears I'd forgotten all about this.

@c42f c42f merged commit b6f58ad into master Oct 23, 2020
@c42f c42f deleted the cjf/vcat-harder branch October 23, 2020 05:03
@mateuszbaran mateuszbaran mentioned this pull request Oct 28, 2020
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.

vcat(::SVector, ::Number) should return an SVector
2 participants