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 158901

Summary: Brackets in instantiation breaks hyperlink
Product: cnd Reporter: nnnnnk <nnnnnk>
Component: Code ModelAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: blocker Keywords: SIMPLEFIX
Priority: P4    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description nnnnnk 2009-02-20 14:59:45 UTC
Example:
template<bool>
struct enabled {
    template<typename T>
            struct base {
        typedef T type;
    };
};

template <class Cond,
class Return>
struct enable_if
: enabled<(Cond::value)>::template base<Return> {  // base is unresolved
};
Comment 1 nnnnnk 2009-03-03 12:26:02 UTC
Less than 20 unresolved ids on Boost