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 151757

Summary: Unresolved definition of method that returns reference to template
Product: cnd Reporter: nnnnnk <nnnnnk>
Component: Code ModelAssignee: issues@cnd <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description nnnnnk 2008-10-29 18:19:36 UTC
Example:
template<typename _CharT, typename _Traits>
class basic_ostream {
public:
    typedef basic_ostream<_CharT, _Traits> __ostream_type;
    __ostream_type& flush();
};

template<typename _CharT, typename _Traits>
basic_ostream<_CharT, _Traits>&
basic_ostream<_CharT, _Traits>::flush() { // unresolved flush
}
Comment 1 nnnnnk 2009-03-06 13:13:58 UTC

*** This issue has been marked as a duplicate of 159054 ***