U++ framework
Do not panic. Ask here before giving up.

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: Wed Sep 16 01:51:22 GMT+2 2026

Total time taken to generate the page: 0.00576 seconds