1
0
forked from boostorg/core

Fix detail_iterator_test.cpp for libc++.

This commit is contained in:
Peter Dimov
2014-06-07 01:01:08 +03:00
parent cee977fc84
commit 2b18ddfbce

View File

@@ -30,9 +30,8 @@ using std::distance;
*/
struct C
{
};
// struct C {} doesn't wotk with libc++.
typedef std::forward_iterator_tag C;
struct T
{