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/tuple | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/libc++/include/tuple') diff --git a/contrib/libc++/include/tuple b/contrib/libc++/include/tuple index 65af3eb..3fa6730 100644 --- a/contrib/libc++/include/tuple +++ b/contrib/libc++/include/tuple @@ -142,7 +142,7 @@ template struct __has_allocator_type { private: - struct __two {char _; char __;}; + struct __two {char __lx; char __lxx;}; template static __two __test(...); template static char __test(typename _Up::allocator_type* = 0); public: -- cgit v1.1