2008/11/15 Bernd Roesch:
>
>>If exceptions are enabled
>> __throw_logic_error will throw std::logic_error, otherwise it will
>> call abort().
>
> On the amigaos compiler is sjlj enabled, i see in asm debugger after
> single
> stepping long it call std::logic_error.but this func do nothing print.
>
Hello Jonathan
On 14.11.08, you wrote:
>If exceptions are enabled
> __throw_logic_error will throw std::logic_error, otherwise it will
> call abort().
On the amigaos compiler is sjlj enabled, i see in asm debugger after
single
stepping long it call std::logic_error.but this func do nothing print