mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-30 20:47:31 +02:00
@ -39,7 +39,7 @@ namespace boost { namespace fusion { namespace extension
|
|||||||
static type
|
static type
|
||||||
call(It const& it)
|
call(It const& it)
|
||||||
{
|
{
|
||||||
return deref(it).second;
|
return fusion::deref(it).second;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -36,7 +36,7 @@ namespace boost { namespace fusion { namespace extension
|
|||||||
static type
|
static type
|
||||||
call(It const& it)
|
call(It const& it)
|
||||||
{
|
{
|
||||||
return at<typename It::index>(it.seq->get_data());
|
return fusion::at<typename It::index>(it.seq->get_data());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user