Q
qWake
The C++ language standard stipulates at section 9.4.1 that "[...] A static
member function shall not be declared const [...]"
The question is: what problem(s) could possibly exist in allowing static
member functions to be 'const' with the implication that they could not
modify static data members?
member function shall not be declared const [...]"
The question is: what problem(s) could possibly exist in allowing static
member functions to be 'const' with the implication that they could not
modify static data members?