Re: C++ throw() clause

2020-08-16 Thread Jeffrey Walton
On Sun, Aug 16, 2020 at 7:14 PM Bruno Haible wrote: > > Hi Florian, > > > > clang (at least in version >= 4), in C++ mode, supports the 'throw > > > ()' declaration on functions, and uses it to optimize try/catch > > > statements at the caller site. > > > > I think throw() has been removed from C+

Re: C++ throw() clause

2020-08-16 Thread Bruno Haible
Hi Florian, > > clang (at least in version >= 4), in C++ mode, supports the 'throw > > ()' declaration on functions, and uses it to optimize try/catch > > statements at the caller site. > > I think throw() has been removed from C++20: > > >