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

Typo – no need two params to deduction guide #66

Open
uselessgoddess opened this issue Sep 1, 2021 · 2 comments
Open

Typo – no need two params to deduction guide #66

uselessgoddess opened this issue Sep 1, 2021 · 2 comments

Comments

@uselessgoddess
Copy link
Member

template<typename T, typename... U>
Range(T, U...) -> Range<std::common_type_t<T, U...>>;

template<typename... T> 
Range(T...) -> Range<std::common_type_t<T...>>
@Konard
Copy link
Member

Konard commented Dec 21, 2021

What do you mean by typo here?

@uselessgoddess
Copy link
Member Author

No need for two parameters

@uselessgoddess uselessgoddess changed the title Typo Typo – no need two params to deduction guide Jul 20, 2022
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

2 participants