B
Brian
I'm trying to comile some managed C++ code in VC++ 2005 beta that has a lot
of exception specifications,ie
int func() throw( SomeException*) ;
I'm getting these messages:
error C2353: exception specification is not allowed.
unfortunately MSDN isn't much help here. Obviously, C++/CLI is not allowing
exception specifications. Is there a flag to ignore the specifications?
of exception specifications,ie
int func() throw( SomeException*) ;
I'm getting these messages:
error C2353: exception specification is not allowed.
unfortunately MSDN isn't much help here. Obviously, C++/CLI is not allowing
exception specifications. Is there a flag to ignore the specifications?