Re: How to replace throw exceptions in C++11

2017-08-25 Thread Andreas Tille
Hi, On Fri, Aug 25, 2017 at 11:57:25AM +0200, Christian Seiler wrote: > > The patch in the bug report already disables -Werror - and that should > definitely be what you should use to build the package even after those > warnings have gone. Thanks for the long explanation which is helpful for th

Re: How to replace throw exceptions in C++11

2017-08-25 Thread Christian Seiler
Hi, Am 2017-08-25 10:10, schrieb Andreas Tille: I try to fix #872262 and while I've read that dynamic exception specifications are deprecated in C++11 I have not found a sensible replacement for the affected code. Any hint what to do here? The main issue with the code are not the exception sp

Re: How to replace throw exceptions in C++11

2017-08-25 Thread Andrey Rahmatullin
On Fri, Aug 25, 2017 at 10:10:49AM +0200, Andreas Tille wrote: > I try to fix #872262 and while I've read that dynamic exception > specifications are deprecated in C++11 I have not found a sensible > replacement for the affected code. > > Any hint what to do here? The report has a patch, have you

How to replace throw exceptions in C++11

2017-08-25 Thread Andreas Tille
Hi, I try to fix #872262 and while I've read that dynamic exception specifications are deprecated in C++11 I have not found a sensible replacement for the affected code. Any hint what to do here? Kind regards Andreas. -- http://fam-tille.de