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 253505 - C++ 'override' keyword not recognized in Makefile project
Summary: C++ 'override' keyword not recognized in Makefile project
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-16 01:34 UTC by recurse
Modified: 2015-07-16 02:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
override keyword marked as error despite C++11 standard being selected (23.11 KB, image/png)
2015-07-16 01:34 UTC, recurse
Details

Note You need to log in before you can comment on or make changes to this bug.
Description recurse 2015-07-16 01:34:17 UTC
Created attachment 154662 [details]
override keyword marked as error despite C++11 standard being selected

I have a Makefile project ("C/C++ Project with Existing Sources") where the editor does not recognize the C++ override keyword and marks it as an error "Unable to resolve identifier override". The project's "C++ Standard" is already set as C++11.

The 'override' keyword should be recognized for what it is and not be marked as an error.

A 'regular' project does not seem to have this problem.