bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: improve clang support (35)


From: Florian Weimer
Subject: Re: improve clang support (35)
Date: Sun, 16 Aug 2020 23:32:10 +0200

* Bruno Haible:

> 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:
  
  <http://eel.is/c++draft/except.spec>
  <https://en.cppreference.com/w/cpp/language/except_spec>

So it will soon break again.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]