diff options
Diffstat (limited to 'libcxx/include/system_error')
| -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 9f7e4e9e34a..cbc52fb78b3 100644 --- a/libcxx/include/system_error +++ b/libcxx/include/system_error @@ -350,7 +350,7 @@ struct _LIBCPP_VISIBLE is_error_condition_enum<errc> #ifdef _LIBCPP_HAS_NO_STRONG_ENUMS template <> -struct _LIBCPP_VISIBLE is_error_condition_enum<errc::_> +struct _LIBCPP_VISIBLE is_error_condition_enum<errc::__lx> : true_type { }; #endif |

