diff options
Diffstat (limited to 'include/tuple')
-rw-r--r-- | include/tuple | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tuple b/include/tuple index 65af3eb6405ea..3fa6730cc6050 100644 --- a/include/tuple +++ b/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: |