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 » goto symbol bug
goto symbol bug [message #20265] Thu, 05 March 2009 20:45 Go to next message
aftershock is currently offline  aftershock
Messages: 143
Registered: May 2008
Experienced Member
Hi,

I had this the code which seems to break the code browser

#define std_oper operator


std::ostream& std_oper << (std::ostream& os, const hash_map<string, string>& h)
{
for (hash_map<string, string>::const_iterator i = h.begin();i != h.end();i++)
{
os << ( * i).first << ( * i).second;
}
return os;
}

If this is insert into a file, then no functions ,etc are listed in goto window after this code...

The problem seems to be caused by std_oper << .....




I tested beta1 and current svn...

[Updated on: Thu, 05 March 2009 20:46]

Report message to a moderator

Re: goto symbol bug [message #20308 is a reply to message #20265] Sun, 08 March 2009 14:48 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Well, we do not replace macros (yet).

Mirek
Previous Topic: How to submit improvement made to the IDe?
Next Topic: more bugs
Goto Forum:
  


Current Time: Mon May 06 16:20:43 CEST 2024

Total time taken to generate the page: 0.02749 seconds