Hacker News new | ask | show | jobs
by maleldil 231 days ago
How isn't it transitive in C++? If the variable/reference is const, you can't modify fields, and you can only call const methods. What else do you need?