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 231317 - Code assistance not recognizing C++ 11 features
Summary: Code assistance not recognizing C++ 11 features
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3.1
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-16 15:34 UTC by wells
Modified: 2013-06-18 06:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (342.76 KB, text/plain)
2013-06-16 15:34 UTC, wells
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wells 2013-06-16 15:34:43 UTC
I've selected C++ 11 under the code assistance options for my project. And yet I get red squigglies on the "override" keyword ("unexpected token 'override'"), I don't get code completion for "auto" variables, and a lot of stuff is screwed up like constexpr.

Product Version = NetBeans IDE 7.3.1 (Build 201306052037)
Operating System = Mac OS X version 10.8.3 running on x86_64
Java; VM; Vendor = 1.6.0_45
Runtime = Java HotSpot(TM) 64-Bit Server VM 20.45-b01-451
Comment 1 wells 2013-06-16 15:34:50 UTC
Created attachment 135850 [details]
IDE log
Comment 2 wells 2013-06-16 16:01:41 UTC
Strange, after closing all my files I managed to get rid of my problems. I had been re-indexing and tweaking settings etc. for hours.
Comment 3 wells 2013-06-16 16:14:52 UTC
Reopening because my problem has returned. Netbeans is doing some crazy stuff. First I got editor errors displayed on C++ 11 features, then that went away, now it's back again. Something is screwed up here.
Comment 4 Alexander Simon 2013-06-17 20:43:17 UTC
probably it is a duplicate of bug #230849
Comment 5 wells 2013-06-18 06:55:43 UTC
I'm closing this to start a new bug now that I've figured things out a little better.