- Notifications
You must be signed in to change notification settings - Fork 1.5k
template-ized Timer::run() #8031
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
Conversation
| This provides a cleaner callstack as a Before: After: I filed https://trac.cppcheck.net/ticket/14327 about suggesting this ourselves. |
|
Timer::run()Timer::run() | The problem is you throw away type safety. Concepts should be used to get sensible compiler error output. I have no idea what concepts to use here. |
That could be addressed by adding a |



No description provided.