The storage specified (static) is not allowed inside the type specifier. It must be prefix or postfix (but not infix). That is strange no C++ compiler gives an error on such a construction. s/const static/static const/
The storage specified (static) is not allowed inside the type specifier. It must be prefix or postfix (but not infix). That is strange no C++ compiler gives an error on such a construction. s/const static/static const/