diff options
author | Iain <qt-info@nokia.com> | 2009-09-11 09:19:23 (GMT) |
---|---|---|
committer | Iain <qt-info@nokia.com> | 2009-09-11 09:19:23 (GMT) |
commit | 3d4a2cd013f9e62788adf902a57ae8e2f31fccc7 (patch) | |
tree | 7fb5b2428730de6473e9dcaf02b31ac5178e7e76 /src/script/api/qscriptvalue_p.h | |
parent | 486ff054b8b65c191df39748dfe59f9440a60578 (diff) | |
download | Qt-3d4a2cd013f9e62788adf902a57ae8e2f31fccc7.zip Qt-3d4a2cd013f9e62788adf902a57ae8e2f31fccc7.tar.gz Qt-3d4a2cd013f9e62788adf902a57ae8e2f31fccc7.tar.bz2 |
Fix compile errors (missing uncaught_exception definition) on Symbian^3
When using STDCPP in Symbian^3, the definition for uncaught_exception
*must* be provided before any attempt to include e32base.h is made.
This is because STDCPP support disables the standard Symbian definition
of uncaught_exception, so the version from <exception> needs to be used
instead.
Reviewed-by: Jason Barron
Diffstat (limited to 'src/script/api/qscriptvalue_p.h')
0 files changed, 0 insertions, 0 deletions