| Summary: | C++ constexpr keyword is not recognized. | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | vagran <vagran.ast> |
| Component: | cdt-parser | Assignee: | 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: | |||
*** This bug has been marked as a duplicate of bug 332829 *** |
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".