mirror of
https://github.com/boostorg/fusion.git
synced 2026-04-29 10:13:36 +02:00
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>
|
||||
static Result
|
||||
call(State const& state,It0 const& it0,F f)
|
||||
call(State const& state,It0 const& it0, F)
|
||||
{
|
||||
return static_cast<Result>(state);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user