September 07, 2004 [bug] Exception-specification mismatch error lacking in information | ||||
|---|---|---|---|---|
| ||||
H:\STLSoft\Identities\STLSoft\stlsoft\stlsoft_exceptions.h(126) : Error: return type of overriding function 'std::exception::what' differs from that of 'stlsoft ::os_exception::what' It was declared as: char const *member func()const It is now declared: char const *member func()const --- errorlevel 1 I *know* that this is due to exception-specification mismatch, but there's nothing in the message that lets me know that. | ||||
September 11, 2005 Re: [bug] Exception-specification mismatch error lacking in information | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Matthew | Any movement on this? "Matthew" <admin@stlsoft.dot.dot.dot.dot.org> wrote in message news:chlcnp$b5$1@digitaldaemon.com... > H:\STLSoft\Identities\STLSoft\stlsoft\stlsoft_exceptions.h(126) : Error: return type of overriding function > 'std::exception::what' differs from that of 'stlsoft > ::os_exception::what' > It was declared as: char const *member func()const > It is now declared: char const *member func()const > --- errorlevel 1 > > I *know* that this is due to exception-specification mismatch, but there's nothing in the message that lets me know > that. > > > | |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply