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

Changed values_from template parameter to not cast. #521

Merged
merged 1 commit into from
Jan 5, 2020
Merged

Changed values_from template parameter to not cast. #521

merged 1 commit into from
Jan 5, 2020

Conversation

tinkerbeast
Copy link
Contributor

The template has several uses as values_from<int, sizeof...(ParamN)>::type(). This causes a cast issue as the second parameter by default is an int whereas we are passing a size_t.

The template has several uses as values_from<int, sizeof...(ParamN)>::type().
This causes a cast issue as the second paramter by default in an int
whereas here we are passing a size_t.
@kirkshoop kirkshoop merged commit 6985ffa into ReactiveX:master Jan 5, 2020
@kirkshoop
Copy link
Member

thank you!

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.

None yet

2 participants