www.digitalmars.com         C & C++   DMDScript  

c++ - Compiling Stingray code...

Stingray seems to use the following construction:



namespace  Test
{
    class  Info;
};



class  Test :: Info
{
public    :
    Info  ();
    Info  ( const Info & );                // Info ( const Test :: Info 
& ) works...
};

8.40.2: On the copy constructor:
Error: C:\PRJ\TMP\Test0000.cpp(12): ')' expected

Thanks!
Jan



-- 
ManiaC++
Jan Knepper

But as for me and my household, we shall use Mozilla...
www.mozilla.org
Apr 14 2004