mirror of
https://github.com/boostorg/core.git
synced 2025-08-16 05:51:05 +02:00
Fix detail_iterator_test.cpp for libc++.
This commit is contained in:
@@ -30,9 +30,8 @@ using std::distance;
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct C
|
// struct C {} doesn't wotk with libc++.
|
||||||
{
|
typedef std::forward_iterator_tag C;
|
||||||
};
|
|
||||||
|
|
||||||
struct T
|
struct T
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user