mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-22 16:47:18 +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
|
||||
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