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 - Unresolved definition of method that returns reference to template
Summary: Unresolved definition of method that returns reference to template
Status: RESOLVED DUPLICATE of bug 159054
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-29 18:19 UTC by nnnnnk
Modified: 2009-03-06 13:13 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-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 ***