diff options
Diffstat (limited to 'libcxx/include/system_error')
| -rw-r--r-- | libcxx/include/system_error | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/system_error b/libcxx/include/system_error index 05ef07950d05..74e889aa9ac7 100644 --- a/libcxx/include/system_error +++ b/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  | 
