]> sigrok.org Git - libsigrok.git/commit
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)
commit15914cdb0fc6c4c4e0acd410dd58177d0aa17fd2
tree1a6d06d55a5f6a10b37c2b97bf9030cc896f0ebf
parentc6e18e007a2ee65cc1fe03fb7e86ac5fe47d7907
C++: Use noexcept instead of throw()

Runtime-checked exception specifications via throw() are
deprecated in C++11.
bindings/cxx/classes.cpp
bindings/cxx/include/libsigrokcxx/libsigrokcxx.hpp