Hi Stephan,
>> It won't compile.
> It would help to show (link to?) your exact changes and the exact failure.
Yes, that would have been be helpfull. Luckily Noel remembered and it seems
that the 4 files in stoc/test/ that use '<< rExc' in the call to
DBG_UNHANDLED_EXCEPTION are not examples of
Hi Noel,
>> just as you used it in stoc/test/testconv.cxx (and 3 other files in
>> stoc/test).
> I don't think the code in those files stoc/test files are even compiled as
> part of
> our build, certainly that style of code doesn't work anymore.
> The way to use the DBG_UNHANDLED_EXCEPTION ma
On 05/04/2019 10:42, Winfried Donkers wrote:
It won't compile.
It would help to show (link to?) your exact changes and the exact failure.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/lib
Hi Noel,
I hope you can help me solve a problem with DBG_UNHANDLED_EXCEPTION, as in your
commit 48fbfe38f60de (5 April 2018).
I tried to use DBG_UNHANDLED_EXCEPTION("chart2", "Exception occurred : " << e);
in chart2/source/view/charttypes/VSeriesPlotter.cxx,
just as you used it in stoc/test/testc