We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Auto is not Allowed here I copy the timercpp.h to my Project and it doesnt work because every auto function has a error : 'auto' is not allowed here
The text was updated successfully, but these errors were encountered:
Hi.. @Tobias3107 Could you please let me know your OS and gcc version
Sorry, something went wrong.
Try this. auto keyword is not always compatible with c++17.
Don't forget to add the template above the member function also.
source- https://www.fluentcpp.com/2018/12/28/timer-cpp/
working through this lib now looks good!
Thanks!
No branches or pull requests
Auto is not Allowed here
I copy the timercpp.h to my Project and it doesnt work because every auto function has a error : 'auto' is not allowed here
The text was updated successfully, but these errors were encountered: