mirror of
https://github.com/boostorg/core.git
synced 2025-11-28 21:30:09 +01:00
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