]> sigrok.org Git - libsigrok.git/commit
SWIG: Define "noexcept" empty to work around SWIG bug
authorDaniel Elstner <redacted>
Sun, 11 Oct 2015 10:12:28 +0000 (12:12 +0200)
committerDaniel Elstner <redacted>
Mon, 26 Oct 2015 05:45:56 +0000 (06:45 +0100)
commitc6e18e007a2ee65cc1fe03fb7e86ac5fe47d7907
tree0ae0c5c52f314b3f94f2d81cf5357d3145c1c266
parent6c11b49607bb7f51277983e8aabcfd7a50abaf83
SWIG: Define "noexcept" empty to work around SWIG bug

The SWIG 2.0.12 on my system bails out with a syntax error on the
"noexcept" keyword in C++11 code. Define "noexcept" to nothing (for
the SWIG parser only) to work around this problem.
Makefile.am
bindings/python/setup.py