-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix syntaxError with using namespace ::std (f'up to #8454) #6100
Conversation
Because we might have a bug. I vaguely remember something similar (I might be mistaken though). Maybe add some additional unit tests for that. There's also https://trac.cppcheck.net/ticket/11169 which could be addressed along the way. Looking at the ticket it seems to explain the issue you are seeing... |
I bet we also have code that relies on the current behavior... |
For sure. Just makes things more interesting. The fun never ends... But just having TODO testcases would be a start. |
Just changing
|
TGIF |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
this is old decisions I don't even remember exactly. but in my head if we can make %type% more intuitive that is good.. I would not be strongly against that in theory. but well in practice I guess it breaks tons of code so let's be careful. |
We could introduce some debug or internal checks to try to get a hold on it. |
Why do
%type%
and%name%
match keywords?