forked from boostorg/fusion
patch to silence clang warning
[SVN r74441]
This commit is contained in:
@ -186,7 +186,7 @@ namespace boost { namespace fusion
|
|||||||
{
|
{
|
||||||
template<typename State, typename It0, typename F>
|
template<typename State, typename It0, typename F>
|
||||||
static Result
|
static Result
|
||||||
call(State const& state,It0 const& it0,F f)
|
call(State const& state,It0 const& it0, F)
|
||||||
{
|
{
|
||||||
return static_cast<Result>(state);
|
return static_cast<Result>(state);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user