summaryrefslogtreecommitdiff
path: root/contrib/llvm-project/libcxx/include/system_error
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/libcxx/include/system_error')
-rw-r--r--contrib/llvm-project/libcxx/include/system_error1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm-project/libcxx/include/system_error b/contrib/llvm-project/libcxx/include/system_error
index 05ef07950d05..74e889aa9ac7 100644
--- a/contrib/llvm-project/libcxx/include/system_error
+++ b/contrib/llvm-project/libcxx/include/system_error
@@ -469,6 +469,7 @@ public:
system_error(int __ev, const error_category& __ecat, const string& __what_arg);
system_error(int __ev, const error_category& __ecat, const char* __what_arg);
system_error(int __ev, const error_category& __ecat);
+ system_error(const system_error&) _NOEXCEPT = default;
~system_error() _NOEXCEPT;
_LIBCPP_INLINE_VISIBILITY