Hacker News new | ask | show | jobs
by zabzonk 2081 days ago
C++ supports this via the mutable keyword https://stackoverflow.com/questions/105014/does-the-mutable-... though not particularly for performance purposes.