Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2012-10-30 23:06:59 +0400
committerHoward Hinnant <hhinnant@apple.com>2012-10-30 23:06:59 +0400
commit54d333a601a84e10710463e845f9f3a0cb6ca72b (patch)
tree23a7b23123e2088218754a31f9f60912626635c9 /libcxx/include/ios
parenteac2887143bc33febe1cbbe308b2cef749e28284 (diff)
Rename uses of _ and __ because these are getting stepped on by macros from other system code.
llvm-svn: 167038
Diffstat (limited to 'libcxx/include/ios')
-rw-r--r--libcxx/include/ios2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/ios b/libcxx/include/ios
index 7e489e390aaa..1474deb469b0 100644
--- a/libcxx/include/ios
+++ b/libcxx/include/ios
@@ -384,7 +384,7 @@ struct _LIBCPP_VISIBLE is_error_code_enum<io_errc> : public true_type { };
#ifdef _LIBCPP_HAS_NO_STRONG_ENUMS
template <>
-struct _LIBCPP_VISIBLE is_error_code_enum<io_errc::_> : public true_type { };
+struct _LIBCPP_VISIBLE is_error_code_enum<io_errc::__lx> : public true_type { };
#endif
_LIBCPP_VISIBLE