paxcut
paxcut
I was able to reproduce this , but the example you provided doesn't really work as there are undefined variables which are not even part of the but. I distilled...
i dont think you can override a local variable by creating a global with the same name. The following is what works ```cpp #include #include struct S { u8 count...
that python example is not a good analogy because this code ```cpp def f(v): count = 2 print(v) f(count) ``` is not valid python code. I think the issue is...
I am sorry if I gave the impression that the question was not a valid one. I believe that this is the first time this has come up and it...
This error seems to only occur when non type parameters are the last template parameter of the last template parameter. This also works ```cpp S t; ``` but this doesn't...
it is your responsibility to save the files in any form you wish to. Projects are a way to keep a set of files together , but you can save...
patterns are associated to files using MIME. If you want to a one version of the pattern in many files use the option in the settings to Sync the pattern...
The option doesnt sync all pattern in all projects only the patterns in the current project. How would you start to write a new pattern if every time you load...
there is an option in the settings to synchronize the pattern editor across tabs Its called Sync pattern source code between providers
no sorry, thats a different thing and i can't find the option i thought existed so never mind my post.