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 159312

Summary: Unresolved ids in conversion operator
Product: cnd Reporter: nnnnnk <nnnnnk>
Component: Code ModelAssignee: nnnnnk <nnnnnk>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description nnnnnk 2009-02-27 13:38:45 UTC
Example:
struct A
{
};
struct B
{
    operator A const&() const;
    A a;
};
inline B::operator A const&() const
{
    return a;
}
Comment 1 nnnnnk 2009-03-03 12:27:16 UTC
Less than 20 unresolved ids on Boost 
Comment 2 nnnnnk 2012-05-23 09:40:27 UTC
fixed somewhere in time.