diff options
author | hiddenpath <[email protected]> | 2023-12-06 01:17:18 +0300 |
---|---|---|
committer | hiddenpath <[email protected]> | 2023-12-06 01:59:21 +0300 |
commit | 525f68b21befc656ea5f25bb7e30035d2d350768 (patch) | |
tree | 961461b8e22c97629f0cf96c09708f2c4555998c /contrib/libs/cxxsupp/libcxx/include/system_error | |
parent | d663b05d2ce78f55bfdd6823d01986944391f4a7 (diff) |
Upd libc++ to 12 July 2022 81c48436bbd29736f77a111fc207e28854939907
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/include/system_error')
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/system_error | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/system_error b/contrib/libs/cxxsupp/libcxx/include/system_error index 2db901847d8..3b705aa81eb 100644 --- a/contrib/libs/cxxsupp/libcxx/include/system_error +++ b/contrib/libs/cxxsupp/libcxx/include/system_error @@ -236,7 +236,7 @@ class _LIBCPP_HIDDEN __do_message : public error_category { public: - virtual string message(int ev) const; + virtual string message(int __ev) const; }; _LIBCPP_FUNC_VIS const error_category& generic_category() _NOEXCEPT; @@ -482,7 +482,7 @@ private: }; _LIBCPP_NORETURN _LIBCPP_FUNC_VIS -void __throw_system_error(int ev, const char* what_arg); +void __throw_system_error(int __ev, const char* __what_arg); _LIBCPP_END_NAMESPACE_STD |