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 - Correctly resolve std::string
Summary: Correctly resolve std::string
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks: 76153
  Show dependency tree
 
Reported: 2006-05-31 22:30 UTC by Vladimir Kvashin
Modified: 2006-06-27 09:42 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 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