diff options
Diffstat (limited to 'libcxx')
-rw-r--r-- | libcxx/include/system_error | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/system_error b/libcxx/include/system_error index 805c6464883..e9f2b55eac1 100644 --- a/libcxx/include/system_error +++ b/libcxx/include/system_error @@ -366,8 +366,8 @@ class _LIBCPP_VISIBLE error_category public: virtual ~error_category() _NOEXCEPT; -private: error_category() _NOEXCEPT; +private: error_category(const error_category&);// = delete; error_category& operator=(const error_category&);// = delete; |