diff options
| author | mikhnenko <[email protected]> | 2025-04-19 17:15:47 +0300 | 
|---|---|---|
| committer | mikhnenko <[email protected]> | 2025-04-19 17:32:41 +0300 | 
| commit | 8a4ae1910b2babbc014f5d5ff97c2245803d6d1a (patch) | |
| tree | 9c8728b4ad4226ef084d46a6d6cde7b5ae46e4d5 /contrib/libs/cxxsupp/libcxx/include/__exception/exception_ptr.h | |
| parent | 605a8a3075d2116bf0c742d7ae889ba14b801a8e (diff) | |
Update libcxx to 20 Sep 2024
TRIVIAL
commit_hash:04d8ae0a53854a1ed8cdea2e191c8dfa1248c023
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/include/__exception/exception_ptr.h')
| -rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/__exception/exception_ptr.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/contrib/libs/cxxsupp/libcxx/include/__exception/exception_ptr.h b/contrib/libs/cxxsupp/libcxx/include/__exception/exception_ptr.h index e9316f31c22..fcf907411b1 100644 --- a/contrib/libs/cxxsupp/libcxx/include/__exception/exception_ptr.h +++ b/contrib/libs/cxxsupp/libcxx/include/__exception/exception_ptr.h @@ -138,7 +138,7 @@ _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT {  #else // _LIBCPP_ABI_MICROSOFT -_LIBCPP_HIDE_FROM_ABI exception_ptr __copy_exception_ptr(void* __exception, const void* __ptr); +_LIBCPP_EXPORTED_FROM_ABI exception_ptr __copy_exception_ptr(void* __except, const void* __ptr);  // This is a built-in template function which automagically extracts the required  // information. | 
