]> git.saurik.com Git - wxWidgets.git/commit
Fix compilation of wx/scopeguard.h with g++ -fno-exceptions.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Feb 2010 22:47:25 +0000 (22:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Feb 2010 22:47:25 +0000 (22:47 +0000)
commit06b76f7e8ba4f5882ade265e30d5b4f57eb61e23
tree3c3935f06c1d92798ddf55465c1d78f12ec604c0
parent011ad05168e653e686c711ab6356d18b984405c8
Fix compilation of wx/scopeguard.h with g++ -fno-exceptions.

Don't use try/catch in public headers if exceptions support is disabled with a
compiler switch.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/except.h