#7427 (Warning fixes in fusion)

[SVN r80812]
This commit is contained in:
Joel de Guzman
2012-10-02 01:12:19 +00:00
parent b57cd4ede9
commit 752f911a91
5 changed files with 6 additions and 6 deletions

View File

@ -116,7 +116,7 @@ namespace boost { namespace fusion
{
template<typename State, typename It0, typename F>
static Result
call(State const& state,It0 const& it0, F)
call(State const& state,It0 const&, F)
{
return static_cast<Result>(state);
}

View File

@ -115,7 +115,7 @@ namespace boost { namespace fusion
{
template<typename State, typename It0, typename F>
static Result
call(State const& state,It0 const& it0, F)
call(State const& state,It0 const&, F)
{
return static_cast<Result>(state);
}