forked from boostorg/core
Avoid unused parameter warning in visit_each_test.cpp
This commit is contained in:
@@ -34,7 +34,7 @@ struct V
|
||||
{
|
||||
}
|
||||
|
||||
template< class T > void operator()( T const & t )
|
||||
template< class T > void operator()( T const & /*t*/ )
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user