On Thu Mar 27 10:55:34 2025 +0000, Alfred Agrell wrote:
You sure like const, don't you? That cast does nothing, compiler will insert it for you. Better remove it. Feel free to make the function's argument const, though.
lol, have been doing a lot of python coding. if you don't set something to immutable, someone somewhere down the line will modify and break things.
I actually inserted the const there because the compile was failing on clang without it.