Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 361043

Summary: C++ constexpr keyword is not recognized.
Product: [Tools] CDT Reporter: vagran <vagran.ast>
Component: cdt-parserAssignee: Project Inbox <cdt-parser-inbox>
Status: CLOSED DUPLICATE QA Contact: Markus Schorn <mschorn.eclipse>
Severity: enhancement    
Priority: P3 CC: cdtdoug, vagran.ast
Version: 8.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

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 ***