[C++-sig] exception specifiers and pyste

Nicodemus nicodemus at globalite.com.br
Tue May 27 04:18:52 CEST 2003


Nicodemus wrote:

> Gavin Doughtie wrote:
>
>> So, I turned pyste loose on a C++ header that included "throw 
>> (AnException)" on a virtual method. Pyste generated a wrapper class 
>> that implemented a call_method<> implementation of the method, but 
>> did not automatically include the "throw" declaration, causing 
>> compilation of the generated C++ to fail with a "looser throw 
>> specifier for..." error.
>>
>> Is this a shortcoming of pyste?
>
>
> It's a shortcoming, I completely forgot about exception specifiers 
> while implementing Pyste. Thanks for the reminder Gavin.
>
> Regards,
> Nicodemus. 


Bad news: GCCXML doesn't seem to output this information... so the short 
term answer is that Pyste for now won't support it... sorry!

Regards,
Nicodemus.






More information about the Cplusplus-sig mailing list