c++.idde - Not ns smart
- Matthew Wilson (8/8) Aug 16 2003 #if !defined(RECLS_NO_NAMESPACE)
- Jan Knepper (7/15) Aug 17 2003 Yeah, the IDDE parser ain't that smart...
#if !defined(RECLS_NO_NAMESPACE) namespace recls { #endif /* !RECLS_NO_NAMESPACE */ The IDDE, upon file scanning, tells me Warning: H:\RECLS\DEV\API\SRC\recls_api.cpp(35): Semicolon expected Warning: H:\RECLS\DEV\API\SRC\recls_api.cpp(35): Declarator name expected It's wrong. I'm guessing it's in need of a namespace tutorial. ;)
Aug 16 2003
Yeah, the IDDE parser ain't that smart... I am not completely sure, but I have the strong feeling that it's either a different or an outdated version of the actual compiler parser. Matthew Wilson wrote:#if !defined(RECLS_NO_NAMESPACE) namespace recls { #endif /* !RECLS_NO_NAMESPACE */ The IDDE, upon file scanning, tells me Warning: H:\RECLS\DEV\API\SRC\recls_api.cpp(35): Semicolon expected Warning: H:\RECLS\DEV\API\SRC\recls_api.cpp(35): Declarator name expected It's wrong. I'm guessing it's in need of a namespace tutorial. ;)-- ManiaC++ Jan Knepper
Aug 17 2003