diff options
author | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2012-02-09 12:15:00 -0500 |
---|---|---|
committer | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2012-02-09 13:52:42 -0500 |
commit | 68755bd3af1b8121e32e7e7bbb75230dc112a772 (patch) | |
tree | 56f872f2bc499d3bcc05e9e51beca71be670dd8a /system | |
parent | 9bf8d3e6eaf327326925d17d02d60fc670c6874c (diff) |
Implement std::uncaught_exception() in js
Diffstat (limited to 'system')
-rw-r--r-- | system/lib/libcxx/symbols | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/lib/libcxx/symbols b/system/lib/libcxx/symbols index 0cea51cb..23d4a7a4 100644 --- a/system/lib/libcxx/symbols +++ b/system/lib/libcxx/symbols @@ -2577,7 +2577,6 @@ T _ZSt17current_exceptionv T _ZSt17rethrow_exceptionSt13exception_ptr C _ZSt18make_exception_ptrINSt3__112future_errorEESt13exception_ptrT_ - T _ZSt18uncaught_exceptionv D _ZSt7nothrow D _ZTCNSt3__110istrstreamE0_NS_13basic_istreamIcNS_11char_traitsIcEEEE D _ZTCNSt3__110ostrstreamE0_NS_13basic_ostreamIcNS_11char_traitsIcEEEE |