]> sigrok.org Git - libsigrok.git/commitdiff
C++: Use noexcept instead of throw()
authorDaniel Elstner <redacted>
Sun, 11 Oct 2015 10:19:27 +0000 (12:19 +0200)
committerDaniel Elstner <redacted>
Mon, 26 Oct 2015 05:45:56 +0000 (06:45 +0100)
Runtime-checked exception specifications via throw() are
deprecated in C++11.


No differences found