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 77189

Summary: Correctly resolve std::string
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: -- Other --Assignee: Vladimir Kvashin <vkvashin>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 76153    

Description Vladimir Kvashin 2006-05-31 22:30:06 UTC
Now standard string is unresolved even in most simple situations like the
folloeing one:

#include <string>
using namespace std;
string STR;
Comment 1 Vladimir Kvashin 2006-06-27 09:42:44 UTC
Fixed earlier