Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » another parsing bug
another parsing bug [message #24280] Fri, 08 January 2010 17:27 Go to previous message
aftershock is currently offline  aftershock
Messages: 143
Registered: May 2008
Experienced Member
Hi,
string compactcommandline(string defaultcommandline,string commandline)
{
vector<string> cl= splitcommandlinestr(commandline);
vector<string> dcl= splitcommandlinestr(defaultcommandline);
hash_map<string,string> clpairs,dclpairs;

int i,j;
}

This breaks the parser because of int i,j line.
No function will be visible after this line.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Suggestion: package-list with same "widget" as file-list
Next Topic: bug: code completion is not working when namespaces are used
Goto Forum:
  


Current Time: Mon May 13 23:00:31 CEST 2024

Total time taken to generate the page: 0.02526 seconds