summaryrefslogtreecommitdiffstats
path: root/contrib/libc++/include/tuple
diff options
context:
space:
mode:
authortheraven <theraven@FreeBSD.org>2012-11-13 03:27:43 +0000
committertheraven <theraven@FreeBSD.org>2012-11-13 03:27:43 +0000
commit8af97236b44c01761e1294025653d7f19dac7dd9 (patch)
treeb0b795ada355b89fa0679851158e12e7b0af551d /contrib/libc++/include/tuple
parentaf2fb35f8e88c3065ae59da7ac18d1bd2a3aca56 (diff)
downloadFreeBSD-src-8af97236b44c01761e1294025653d7f19dac7dd9.zip
FreeBSD-src-8af97236b44c01761e1294025653d7f19dac7dd9.tar.gz
Import new version of libc++ into base.
Diffstat (limited to 'contrib/libc++/include/tuple')
-rw-r--r--contrib/libc++/include/tuple2
1 files changed, 1 insertions, 1 deletions
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 <class _Tp>
struct __has_allocator_type
{
private:
- struct __two {char _; char __;};
+ struct __two {char __lx; char __lxx;};
template <class _Up> static __two __test(...);
template <class _Up> static char __test(typename _Up::allocator_type* = 0);
public:
OpenPOWER on IntegriCloud