This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 151203

Summary: Unresolved typeid return type
Product: cnd Reporter: nnnnnk <nnnnnk>
Component: Code ModelAssignee: issues@cnd <issues>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description nnnnnk 2008-10-23 19:21:28 UTC
Example:
#include <typeinfo>

int main() {
    typeid(int).name(); // name is unresolved
    return 0;
}
Comment 1 nnnnnk 2009-05-05 10:53:28 UTC
fixed