summaryrefslogtreecommitdiff
path: root/Examples/test-suite/li_std_except.i
Commit message (Collapse)AuthorAgeFilesLines
* "Include what you use" for testsSeth R Johnson2019-01-061-0/+2
| | | | Many of these tests implicitly required the target language library files to include the headers upstream.
* test-suite fixes for compilers that don't support vararg macrosWilliam S Fulton2018-05-061-18/+18
| | | | | Split TESTCASE_THROW into multiple macros taking different number of arguments. Fixes Visual Studio compiler errors.
* test-suite support for C++17: exception specification throw removalWilliam S Fulton2018-05-041-33/+19
|
* Warning fixes for gcc-7William S Fulton2017-02-061-0/+14
| | | | warning: dynamic exception specifications are deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
* Add std::bad_cast to std_except.iDaniel Vollmer2016-09-171-0/+1
| | | | | | This exception occurs when dynamic_cast<T&> fails. Fixes #783.
* mods for VC++William S Fulton2006-01-131-0/+6
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8420 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* test all the STL exception classesWilliam S Fulton2006-01-031-0/+12
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8202 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* fixes and more cases, as usualMarcelo Matus2005-10-311-0/+21
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7768 626c5289-ae23-0410-ae9c-e8d60b6d4f22