-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
override warning #2000
Comments
Could you submit a PR? |
will try, let's try to find out how that was done again, lot of effort for adding one word ;-) |
branch created, committed, trying to push it, fails. going down the fork road, but now I get old sources ... |
got one, but still don't understand much of this git magic, my master branch of fork remains behind according to github though it has been origin synec like in (https://gist.github.com/CristinaSolana/1885435) anyhow, till the next PR I am safe now ;-) |
Hi, would you mind adjusting the os.h with this little adjusment :
void grow(size_t) override final; <============ added the keyword override
This is to avoid gcc (7.x) to complain that the method can be marked override (seems override/final is not considered a union in this version of the compiler?
many thanks
The text was updated successfully, but these errors were encountered: