]> git.eshelyaron.com Git - emacs.git/commit
Improve 'noexcept' support in C++17.
authorPhilipp Stephani <phst@google.com>
Sat, 4 Jan 2020 12:54:29 +0000 (13:54 +0100)
committerPhilipp Stephani <phst@google.com>
Sat, 4 Jan 2020 12:54:29 +0000 (13:54 +0100)
commit9bbf17539826a040eda45e88aabd358ed44fabf7
tree612cd632a2dd1814f665f347edf634b3b99fb16e
parent8e3868125c902f1864a32d817f34e3dfc4eea9a9
Improve 'noexcept' support in C++17.

In C++17, 'noexcept' is part of a function type and may be used in
typedef declarations, see
https://en.cppreference.com/w/cpp/language/noexcept_spec.

* src/emacs-module.h.in: Mark function pointer type aliases as
'noexcept' in C++17.
src/emacs-module.h.in