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 - Brackets in instantiation breaks hyperlink
Summary: Brackets in instantiation breaks hyperlink
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: Sun All
: P4 blocker (vote)
Assignee: issues@cnd
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2009-02-20 14:59 UTC by nnnnnk
Modified: 2013-05-07 11:21 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 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