Bug #12104 2007-10-02 07:59
monsieur_moche
Wrong list item with constructors throwing exceptions
Code completion toolbar lists a bad item with this kind of constructor :
Object::Object() throw(Exception)
try:
value1(0),
value2(0),
value3(0),
value4(0)
{
if(error)
{
throw Exception;
}
//...
}
catch(...)
{
//...
}
- Category
- Plugin::CodeCompletion
- Group
- Status
- Closed
- Close date
- 2010-10-15 14:06
- Assigned to
- loaden