Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 361043 - C++ constexpr keyword is not recognized.
Summary: C++ constexpr keyword is not recognized.
Status: CLOSED DUPLICATE of bug 332829
Alias: None
Product: CDT
Classification: Tools
Component: cdt-parser (show other bugs)
Version: 8.0   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Markus Schorn CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-15 05:42 EDT by vagran CLA
Modified: 2011-11-02 06:24 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vagran CLA 2011-10-15 05:42:58 EDT
Build Identifier: 20110916-0149

constexpr C++ (C++0x standard new feature) is not recognized by CDT parser and is highlighted as unresolved type.

Reproducible: Always

Steps to Reproduce:
1. Create some function with constexpr qualifier:
constexpr int GetInt() { return 42; }
2. CDT parser will detect syntax error on "constexpr".
Comment 1 Markus Schorn CLA 2011-11-02 06:24:35 EDT

*** This bug has been marked as a duplicate of bug 332829 ***