diff options
Diffstat (limited to 'contrib/llvm-project/libcxx/include/__exception/operations.h')
| -rw-r--r-- | contrib/llvm-project/libcxx/include/__exception/operations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/libcxx/include/__exception/operations.h b/contrib/llvm-project/libcxx/include/__exception/operations.h index 78e7c7a5d0b5..8f374c0ccee5 100644 --- a/contrib/llvm-project/libcxx/include/__exception/operations.h +++ b/contrib/llvm-project/libcxx/include/__exception/operations.h @@ -31,7 +31,7 @@ _LIBCPP_EXPORTED_FROM_ABI terminate_handler set_terminate(terminate_handler) _NO _LIBCPP_EXPORTED_FROM_ABI terminate_handler get_terminate() _NOEXCEPT; _LIBCPP_EXPORTED_FROM_ABI bool uncaught_exception() _NOEXCEPT; -_LIBCPP_EXPORTED_FROM_ABI _LIBCPP_AVAILABILITY_UNCAUGHT_EXCEPTIONS int uncaught_exceptions() _NOEXCEPT; +_LIBCPP_EXPORTED_FROM_ABI int uncaught_exceptions() _NOEXCEPT; class _LIBCPP_EXPORTED_FROM_ABI exception_ptr; |
