-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MMDevice: Allow compilation with C++17
- Remove pointless `throw ()` from two functions. - Wrap remaining dynamic exception specifications (2 occurrences) in macro, which expands to nothing unless read by SWIG. - Removed the warning suppressions related to dynamic exception specifications. - Confirmed, using japicmp, that the MMCoreJ API did not change (tested with SWIG 3, Linux). - There is no C++ MMDevice ABI change because dynamic exception specifications are not part of the ABI (so no increment of device interface version).
- Loading branch information
1 parent
138684c
commit c7f0b10
Showing
2 changed files
with
10 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters