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

Add fallback constructor for similar() on ranges #8043

Merged
merged 1 commit into from
Aug 19, 2014
Merged

Conversation

quinnj
Copy link
Member

@quinnj quinnj commented Aug 18, 2014

that takes a dims::(Integer...) argument. This allows similar to work on ranges where the return type on size() doesn't necessarily equal Dims::(Int...). Fixes #7709.

…Integer...) argument. This allows similar to work on ranges where the return type on size() doesn't necessarily equal Dims::(Int...). Fixes #7709.
JeffBezanson added a commit that referenced this pull request Aug 19, 2014
Add fallback constructor for similar() on ranges
@JeffBezanson JeffBezanson merged commit ae208f5 into master Aug 19, 2014
@quinnj
Copy link
Member Author

quinnj commented Aug 26, 2014

Could this be backported to 0.3?

@staticfloat
Copy link
Member

I don't see why not! :)

@ivarne
Copy link
Member

ivarne commented Aug 26, 2014

2c5c5f2

@quinnj
Copy link
Member Author

quinnj commented Aug 26, 2014

Thanks guys.

@quinnj quinnj deleted the jq/range branch October 7, 2014 15:43
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.

map doesn't like most UnitRanges{<:Unsigned}
4 participants