]> git.ipfire.org Git - thirdparty/libtool.git/commit
Support C++17 compilers in the C++ tests.
authorBruno Haible <bruno@clisp.org>
Tue, 14 May 2024 11:51:39 +0000 (13:51 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Mon, 20 May 2024 15:39:59 +0000 (18:39 +0300)
commit17fb010919e9f7e28fe28e13f2710bb85b00cb3a
tree6aa3ad10bcc3e51f7a990f874fc6fa6aa5a0fe40
parent67c5a06a468be0fe4dc172d308857619d71b5d90
Support C++17 compilers in the C++ tests.

* tests/exceptions.at: For C++11 and newer, use the keyword 'noexcept'
instead of the keyword 'throw'.
tests/exceptions.at