]> git.saurik.com Git - wxWidgets.git/commit - include/wx/textctrl.h
Add wxNOEXCEPT and use it for std::streambuf-derived classes.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Nov 2012 23:56:23 +0000 (23:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Nov 2012 23:56:23 +0000 (23:56 +0000)
commit1d9f819c69ba6bf1bd2438aa66aea90f314b8d13
tree8d3368dcd61d5dcbbcaa6293d60bac40ff68282c
parentf31f9900e472941fbb9635d7e531bbbecb654249
Add wxNOEXCEPT and use it for std::streambuf-derived classes.

This fixes warnings from Intel compiler about overriding function using a
different exception specification than the base one and also incidentally
provides a handy macro that can be useful in other situations.

Closes #14826.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/defs.h
include/wx/msw/textctrl.h
include/wx/stdstream.h
include/wx/textctrl.h
interface/wx/defs.h
src/common/combocmn.cpp
src/generic/spinctlg.cpp