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 - Unresolved parameter of pointer to function type used as template parameter
Summary: Unresolved parameter of pointer to function type used as template parameter
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker with 1 vote (vote)
Assignee: nnnnnk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-23 18:47 UTC by nnnnnk
Modified: 2011-05-12 12:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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