Feature #513
Missing c++ "logical" keywords in CodeEditor
Status: | Approved | Start date: | 09/08/2013 | |
---|---|---|---|---|
Priority: | Low | Due date: | 09/08/2013 | |
Assignee: | Zbigniew Rebacz | % Done: | 100% | |
Category: | IDE | Estimated time: | 1.00 hour | |
Target version: | - | Spent time: | - |
Description
I noticed that CodeEditor dosen't recognize logical keywords such as "not", "and" or "not_eq". For example:
#include <iostream>
using namespace std;
int main() {
int not;
return 0;
}
This code doesn't compile, because "not" is keyword.
Moreover I added "asm" keyword.
More information you can find on cppreference: www.en.cppreference.com/w/cpp/keyword.
History
#1 Updated by Zbigniew Rebacz about 11 years ago
- Status changed from New to Ready for QA
#2 Updated by Miroslav Fidler about 11 years ago
- Status changed from Ready for QA to Approved