Fix missing namespace name#394
Conversation
|
I agree, thanks for the fix! |
|
Actually... although on the surface this change looks right, I was expecting the example to have something hacky in it to make it work, but it doesn't. So I would like to know why it doesn't work for you. Or, why it works for the example. It's just slightly too mysterious to leave unanswered. |
|
I’ll see if I can find out the reason. |
|
So I got the syntax tree from Clang and in the case of the example, To me this doesn’t seem to be intentional. |
For some reason when using
cycle_cancelingas part of a larger algorithm, Clang++19 reported that it could not findcycle_canceling_dispatch1. Compiling the example with the same options did work. In any case I think the namespace name should be applied to the call.