mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-23 09:07:26 +02:00
@ -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