libsigrok/bindings/cxx/include
Daniel Elstner 0ab8e5d22b C++: Declare all callbacks invoked from C noexcept
If one of these functions does throw an exception, std::terminate()
will be called. Without this, the behavior is undefined since the C
stack is not prepared to deal with exceptions.
2015-10-26 06:45:56 +01:00
..
libsigrokcxx C++: Declare all callbacks invoked from C noexcept 2015-10-26 06:45:56 +01:00