]> git.saurik.com Git - wxWidgets.git/commit - src/gtk/textctrl.cpp
Revert all wxNOEXCEPT-related changes.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Nov 2012 12:49:03 +0000 (12:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Nov 2012 12:49:03 +0000 (12:49 +0000)
commita0e5592007714f82a1ee130b75e3a8d9c39944d0
tree401861dc5b833ec694daf50c25f825c221737dab
parente6a277032d99841a845192cddd62a2c6810122f2
Revert all wxNOEXCEPT-related changes.

This reverts r72978, 72984, 72989 and 72992. Do not use wxNOEXCEPT for
wxTextCtrl dtor as this breaks compilation of any user-defined classes
inheriting from it unless they use wxNOEXCEPT as well and the benefits
(fixing a harmless warning for the niche ICC compiler) are just not worth
the compatibility breakage.

See #14826.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
20 files changed:
docs/changes.txt
include/wx/cocoa/textctrl.h
include/wx/defs.h
include/wx/gtk/textctrl.h
include/wx/gtk1/textctrl.h
include/wx/msw/textctrl.h
include/wx/os2/textctrl.h
include/wx/osx/textctrl.h
include/wx/stdstream.h
include/wx/textctrl.h
include/wx/univ/textctrl.h
include/wx/x11/textctrl.h
interface/wx/defs.h
src/common/combocmn.cpp
src/generic/spinctlg.cpp
src/generic/treectlg.cpp
src/gtk/textctrl.cpp
src/gtk1/textctrl.cpp
src/msw/textctrl.cpp
src/univ/textctrl.cpp