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 - [73cat] unable to resolve "first" and "second" of ::std::pair
Summary: [73cat] unable to resolve "first" and "second" of ::std::pair
Status: CLOSED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 7.4
Hardware: PC Other
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-27 12:23 UTC by kosmonaffft
Modified: 2013-07-07 15:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Bug screenshot... (17.69 KB, image/png)
2013-01-27 12:23 UTC, kosmonaffft
Details

Note You need to log in before you can comment on or make changes to this bug.
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...