Re: c++17 : how to manage the dynamic specification exception issue?

2024-05-28 Thread Arrigo Marchiori
Hello, On Sun, May 26, 2024 at 04:16:44PM +0200, SET wrote: > Hello, > > I'm trying to build a C++ application that requires AOO and libphonenumber. > The latter requires c++17, which does not accept AOO headers because of the > throw(...) statements in the function signatures. It builds with

Re: c++17 : how to manage the dynamic specification exception issue?

2024-05-28 Thread Pedro Lino
Hi Arrigo > On 05/28/2024 8:48 PM WEST Arrigo Marchiori wrote: > IMHO we should just get rid of those "throw (...)" specifications. > > Roughly counted, there are 17,000 in header files only. > > If we get a bit of consensus, it may worth start opening pull request > to remove such specificati