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
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