mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-23 09:07:26 +02:00
fixed conflict detected by g++4.x between fusion::at and mpl::at
[SVN r62675]
This commit is contained in:
@ -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 ::boost::fusion::at<typename It::index>(it.seq->get_data());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user