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 151175

Summary: Unresolved ids in sequentially included headers
Product: cnd Reporter: nnnnnk <nnnnnk>
Component: Code ModelAssignee: nnnnnk <nnnnnk>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description nnnnnk 2008-10-23 16:21:14 UTC
There are unresolved ids in sequentially included headers.

newfile1.h
#include <vector>
using namespace std;
newfile.h
int foo() {
    vector<int> v; // unresolved
}
newfile.cpp
#include "newfile1.h"
#include "newfile.h"
int main(){
    return 0;
}
Comment 1 Vladimir Voskresensky 2009-09-25 14:06:07 UTC
consider for the next release due to lack of resources
Comment 2 nnnnnk 2011-01-27 12:46:24 UTC

*** This bug has been marked as a duplicate of bug 194769 ***