patch to silence clang warning

[SVN r74441]
This commit is contained in:
Joel de Guzman
2011-09-18 00:28:09 +00:00
parent b1b90af9be
commit af90b6660b

View File

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