mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-29 12:07:36 +02: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