diff options
Diffstat (limited to 'libcxx/include/system_error')
| -rw-r--r-- | libcxx/include/system_error | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcxx/include/system_error b/libcxx/include/system_error index df668cc64c6..afc73f29ad6 100644 --- a/libcxx/include/system_error +++ b/libcxx/include/system_error @@ -370,7 +370,8 @@ public: #ifdef _LIBCPP_BUILDING_SYSTEM_ERROR error_category() _NOEXCEPT; #else - _LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR_AFTER_CXX11 error_category() _NOEXCEPT {} + _LIBCPP_ALWAYS_INLINE + _LIBCPP_CONSTEXPR_AFTER_CXX11 error_category() _NOEXCEPT = default; #endif private: error_category(const error_category&);// = delete; |

