aboutsummaryrefslogtreecommitdiff
path: root/include/iterator
diff options
context:
space:
mode:
Diffstat (limited to 'include/iterator')
-rw-r--r--include/iterator2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/iterator b/include/iterator
index 5747504a35b0..bcbf3ae4af8c 100644
--- a/include/iterator
+++ b/include/iterator
@@ -337,7 +337,7 @@ template <class _Tp>
struct __has_iterator_category
{
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::iterator_category* = 0);
public: