Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
Qt Creator 4.4.0, Qt Creator 4.8.0-beta2
Description
#ifdef MYCPLUSPLUS // unterminated conditional directive extern "C" { #endif // #endif without #if #ifdef MYCPLUSPLUS } #endif int main() { return 0; } // expected '}' to match this '{' (line 2)
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-20883 Clang: "Unterminated conditional directive" error marker on circular includes
- Closed
- links to