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 257307 - Code assistance for C++ does not handle the code below
Summary: Code assistance for C++ does not handle the code below
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: PC All
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-27 00:14 UTC by xolopivo
Modified: 2016-07-22 14:59 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 xolopivo 2015-12-27 00:14:40 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Windows Server 2008 R2 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_66
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.66-b18

Reproducibility: Happens every time

STEPS:
     typedef boost::mpl::lambda<mpl::lambda<_1> >::type t1;
     typedef boost::mpl::apply <t1, double>::type tr; 

ACTUAL:
  Message:: Unable to resolve identifier type on line 2.

EXPECTED:
  no messag