Community
Participate
Working Groups
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".
*** This bug has been marked as a duplicate of bug 332829 ***