From 2b18ddfbcedee383e6aae58fdd0791d4b2a748f8 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 7 Jun 2014 01:01:08 +0300 Subject: [PATCH] Fix detail_iterator_test.cpp for libc++. --- test/detail_iterator_test.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/detail_iterator_test.cpp b/test/detail_iterator_test.cpp index 5a4d484..a6ca7d7 100644 --- a/test/detail_iterator_test.cpp +++ b/test/detail_iterator_test.cpp @@ -30,9 +30,8 @@ using std::distance; */ -struct C -{ -}; +// struct C {} doesn't wotk with libc++. +typedef std::forward_iterator_tag C; struct T {