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 151199

Summary: Unresolved parameter of pointer to function type used as template parameter
Product: cnd Reporter: nnnnnk <nnnnnk>
Component: Code ModelAssignee: nnnnnk <nnnnnk>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description nnnnnk 2008-10-23 18:47:31 UTC
Example:
template <class T> class C {
};

int main() {
    C<int (int p)> c; // unresolved p
    return 0;
}
Comment 1 Alexander Simon 2011-04-27 13:20:38 UTC
escalate because issue has vote