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 214533 - constexpr, noexcept, template alias support
Summary: constexpr, noexcept, template alias support
Status: RESOLVED DUPLICATE of bug 214228
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: nnnnnk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-20 18:40 UTC by sungmin817
Modified: 2012-06-22 13:31 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 sungmin817 2012-06-20 18:40:27 UTC
c++11 support in 7.2 beta is excellent.  

However, constexpr, noexcept and template alias do not seem to be supported yet. 

I am sure it will be eventually supported in the future.

To check the status of these features, I make this report.
Comment 1 Vladimir Voskresensky 2012-06-20 19:39:13 UTC
I would consider all not-yet-supported parts of C++ as bugs
Comment 2 nnnnnk 2012-06-21 13:50:35 UTC
Hello,

It could be duplicate of Bug 214228 - header files does not color c++11 keywords
http://netbeans.org/bugzilla/show_bug.cgi?id=214228

Could you provide some code sample.

P.S. Thank you for positive feedback :)
Comment 3 sungmin817 2012-06-21 17:06:05 UTC
I did not know the Bug 214228. That seems to be very similar.
I just downloaded the nightly version, and checked the keywords are recognized by the parser.

However, it seems that template alias still doesn't seem to work.

using SomeType = double;

which generates "Unable to resolve identifier SomeType".

Thank you for the nice work.
Comment 4 nnnnnk 2012-06-22 13:12:46 UTC
template alias SomeType works for me too.

*** This bug has been marked as a duplicate of bug 214228 ***
Comment 5 nnnnnk 2012-06-22 13:31:42 UTC
Have you set "C++ Standard" to "C++11" in Project Properties/Build/C++ Compiler?