From 8af97236b44c01761e1294025653d7f19dac7dd9 Mon Sep 17 00:00:00 2001 From: theraven Date: Tue, 13 Nov 2012 03:27:43 +0000 Subject: Import new version of libc++ into base. --- contrib/libc++/include/ios | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/libc++/include/ios') diff --git a/contrib/libc++/include/ios b/contrib/libc++/include/ios index 7e489e3..1474deb 100644 --- a/contrib/libc++/include/ios +++ b/contrib/libc++/include/ios @@ -384,7 +384,7 @@ struct _LIBCPP_VISIBLE is_error_code_enum : public true_type { }; #ifdef _LIBCPP_HAS_NO_STRONG_ENUMS template <> -struct _LIBCPP_VISIBLE is_error_code_enum : public true_type { }; +struct _LIBCPP_VISIBLE is_error_code_enum : public true_type { }; #endif _LIBCPP_VISIBLE -- cgit v1.1