Author Topic: Bug? Default arguments and Symbol Browser  (Read 2717 times)

Offline stevenkaras

  • Multiple posting newcomer
  • *
  • Posts: 18
Bug? Default arguments and Symbol Browser
« on: February 14, 2008, 11:00:57 am »
Had an odd experience this morning. I was writing some code with default arguments, and the symbol browser showed the function twice. One was just the prototype, the other was the definition and the prototype. After a quick test, it seems that it only occurs in classes that span multiple files (although i do seem to recall seeing it earlier in a single file). If I find out anything more, I'll update this.