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

Get rid of the clumsy make_XXX functions #12

Open
morinim opened this issue Jun 26, 2017 · 1 comment
Open

Get rid of the clumsy make_XXX functions #12

morinim opened this issue Jun 26, 2017 · 1 comment

Comments

@morinim
Copy link
Owner

morinim commented Jun 26, 2017

With C++17, we get class template argument deduction. It is based on template argument deduction for function templates and allows us to get rid of the need for clumsy make_XXX functions.

@morinim morinim changed the title Get rid of the clumsy make_XXX functions [C++17] Get rid of the clumsy make_XXX functions Sep 3, 2018
@morinim
Copy link
Owner Author

morinim commented Feb 20, 2020

Class Template Argument Deduction is an all or nothing process: https://stackoverflow.com/q/57563594/3235496

This could be problematic.

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

1 participant