mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-22 16:47:18 +02:00
@ -33,7 +33,7 @@ namespace boost { namespace fusion
|
||||
static type
|
||||
call(Seq& s)
|
||||
{
|
||||
return * advance<N>(s.first);
|
||||
return * fusion::advance<N>(s.first);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user