| Thread Previous • Date Previous • Date Next • Thread Next |
I might have asked this before, but why all the consts on built-in
types in argument lists in the la classes?
init(const uint M, const uint N);
Why not just
init(const uint M, const uint N);
?
/Anders
| Thread Previous • Date Previous • Date Next • Thread Next |