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

Summary: Code assistance for C++ does not handle the code below
Product: cnd Reporter: xolopivo
Component: Code ModelAssignee: petrk
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

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