wxWidgets/tests/events
Vadim Zeitlin c3810da549 Allow using noexcept methods with event tables macros
Explicitly remove noexcept before static-casting the member function
pointer to the base class pointer type to avoid compilation error with
C++17.

Add a test checking that this does work now.

Closes #18721.
2020-04-09 22:36:30 +02:00
..
clone.cpp Remove CppUnit boilerplate from wxEvent::Clone() test case 2019-07-14 14:12:25 +02:00
evthandler.cpp Allow using noexcept methods with event tables macros 2020-04-09 22:36:30 +02:00
evtlooptest.cpp Add more wxOVERRIDE 2018-09-22 14:44:07 +02:00
evtsource.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
keyboard.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
propagation.cpp Fix event propagation test build for !wxUSE_DOC_VIEW_ARCHITECTURE 2020-03-19 01:16:52 +01:00
stopwatch.cpp Replace CppUnit with Catch for unit tests 2017-11-02 01:53:16 +01:00
timertest.cpp Add more wxOVERRIDE 2018-09-22 14:44:07 +02:00