mirror of
https://github.com/boostorg/core.git
synced 2025-07-30 12:57:26 +02: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