commit | 54d333a601a84e10710463e845f9f3a0cb6ca72b | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Tue Oct 30 19:06:59 2012 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Tue Oct 30 19:06:59 2012 +0000 |
tree | 23a7b23123e2088218754a31f9f60912626635c9 | |
parent | eac2887143bc33febe1cbbe308b2cef749e28284 [diff] [blame] |
Rename uses of _ and __ because these are getting stepped on by macros from other system code. llvm-svn: 167038
diff --git a/libcxx/include/system_error b/libcxx/include/system_error index 9f7e4e9..cbc52fb 100644 --- a/libcxx/include/system_error +++ b/libcxx/include/system_error
@@ -350,7 +350,7 @@ #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