forked from boostorg/fusion
@ -33,7 +33,7 @@ namespace boost { namespace fusion
|
|||||||
static type
|
static type
|
||||||
call(Seq& s)
|
call(Seq& s)
|
||||||
{
|
{
|
||||||
return * advance<N>(s.first);
|
return * fusion::advance<N>(s.first);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user