2 Apr
2025
2 Apr
'25
8:18 p.m.
On Wed Apr 2 20:08:17 2025 +0000, Jacek Caban wrote:
It's not const from server's point of view. I don’t really like the idea of 'usually const'. IMO, it’s either const or it’s not. It is a guard against misuse and I think it is important to keep. Not much, even nothing, is really ever const anyway, it's mostly just a hint for developer that they have to take special measures to mutate the value in order to not break some assumptions.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7610#note_99756