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 225382

Summary: [73cat] unable to resolve "first" and "second" of ::std::pair
Product: cnd Reporter: kosmonaffft
Component: Code CompletionAssignee: petrk
Status: CLOSED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Other   
Issue Type: DEFECT Exception Reporter:
Attachments: Bug screenshot...

Description kosmonaffft 2013-01-27 12:23:21 UTC
Created attachment 130694 [details]
Bug screenshot...

Hello all...

I have variable data:

::std::vector< ::std::pair<double, double >> data;

And while i type data[t]. NetBeans show nothing in autocompletion list and cannot resolve "first" and "second" identifiers... See attachment...
Comment 1 petrk 2013-05-17 15:36:10 UTC
Hello, please provide complete example, because I cannot reproduce bug
Comment 2 kosmonaffft 2013-07-07 15:38:34 UTC
Works in Build 201307062300...