www.digitalmars.com         C & C++   DMDScript  

c++.idde - Not ns smart

reply "Matthew Wilson" <matthew stlsoft.org> writes:
#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
parent Jan Knepper <jan smartsoft.us> writes:
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