You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry but I won't be able to give much info as this bug seems to appear “randomly”.
Sometimes I'll add a valid line of code to a method and another function in my code (always the same) will start being generated in the wrong way.
It's impossible to reproduce this bug in an MRE, because it's incomprehensible. I once had this bug and adding this line count = count + 0;, in the method I was working on made it go away.
Sorry but I won't be able to give much info as this bug seems to appear “randomly”.
Sometimes I'll add a valid line of code to a method and another function in my code (always the same) will start being generated in the wrong way.
It's impossible to reproduce this bug in an MRE, because it's incomprehensible. I once had this bug and adding this line
count = count + 0;
, in the method I was working on made it go away.Sometime this method:
Is generated like this for no apparent reason:
Why does
cpp2::move(std)::cout
is generated?I don't have any explanation, I'll let you know if I get any new information on this.
The text was updated successfully, but these errors were encountered: