All functions that use throw clauses simply do not get displayed in the class browser.
I submitted a bug report, but I can't believe that this has never come up before. Is there some sort of configuration setting I am missing here??????
(and by throw clause I don't mean simply throwing an exception, I mean declaring a function that restricts the types of exceptions that can be thrown outside of itself) Example:
void foobar () throw(char*);
--only allows foobar() to throw char string exceptions.
would really appreciate some feedback on this
Thanks!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
All functions that use throw clauses simply do not get displayed in the class browser.
I submitted a bug report, but I can't believe that this has never come up before. Is there some sort of configuration setting I am missing here??????
(and by throw clause I don't mean simply throwing an exception, I mean declaring a function that restricts the types of exceptions that can be thrown outside of itself) Example:
void foobar () throw(char*);
--only allows foobar() to throw char string exceptions.
would really appreciate some feedback on this
Thanks!!
Hi,
Ok, please add this bug to the Bug Tracker (click on the "Bugs" link at the top of this page)
Greetings,
Colin