Skip to content

Changed values_from template parameter to not cast.#521

Merged
kirkshoop merged 1 commit intoReactiveX:masterfrom
tinkerbeast:master
Jan 5, 2020
Merged

Changed values_from template parameter to not cast.#521
kirkshoop merged 1 commit intoReactiveX:masterfrom
tinkerbeast:master

Conversation

@tinkerbeast
Copy link
Copy Markdown
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
Copy Markdown
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.

2 participants