Fix compiler error
A static const class member in a cout statement results in an undefined symbol when linking an executable using the class. The solution is to do a static cast of the variable in the cout statement.
parent
6f7f4568
No related branches found
No related tags found
Loading
Please register or sign in to comment