4 Nov
2022
4 Nov
'22
1:45 p.m.
On Thu Nov 3 19:10:23 2022 +0000, Zebediah Figura wrote:
Propagating const to more functions is probably desirable in general. The problem is that it may be a losing battle, given "bytecode_offset". I'm not sure that avoiding that would be an improvement, though... Personally I like to have everything as `const` as possible, but (in general) not at the expense of casting away `const`.
-- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/42#note_13165