mirror of
https://github.com/boostorg/fusion.git
synced 2026-02-03 22:05:29 +01:00
@@ -43,7 +43,7 @@ struct add_ints_only
|
||||
|
||||
template <typename State, typename T>
|
||||
State
|
||||
operator()(State const& state, T const& x) const
|
||||
operator()(State const& state, T const& /*x*/) const
|
||||
{
|
||||
return state;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user