DEV Community

Discussion on: When to use const in C++? Part II: member variables

Collapse
 
sandordargo profile image
Sandor Dargo

Thanks, indeed. My point was that it's really not worth to do such "magic" so that we can have const members when we also want to be able to copy.