Bug #18518 2012-03-03 12:30
jalfor
std::vector Recognized as Function
Just a small, but annoying thing. On my computer (Code::Blocks SVN 7871 on GNU/Linux) the parsing thing seems to process an std::vector deceleration as a function.
I hope this helps
- Category
- Group
- Status
- Closed
- Close date
- 2012-03-09 14:33
- Assigned to
- ollydbg
History
ollydbg 2012-03-06 01:36
Hi, I'm interest on this issue, but can you give more details?
Like some code snippet. and what is the "parsing" refer to?
CC or debugger plugin???
jalfor 2012-03-09 12:36
The issue actually appears to be fixed.
The issue WAS, that when I was typing a vector, it would be auto-completed with the argument thing there vectorThing(), which, was sometimes annoying because I had to remove them afterwards. Anyway, it appears to be fixed now.
ollydbg 2012-03-09 14:33
This bug has been already fixed in HEAD.
Thank you.