merged revision 62675

[SVN r63528]
This commit is contained in:
Christophe Henry
2010-07-02 18:53:17 +00:00
parent 6f0af5db0a
commit 649770fdcd

View File

@ -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());
}
};
};