forked from boostorg/algorithm
unused parameter warning removal
[SVN r25671]
This commit is contained in:
@ -72,7 +72,7 @@ namespace boost {
|
||||
template<typename CollectionT>
|
||||
inline detail::empty_formatF<
|
||||
BOOST_STRING_TYPENAME value_type_of<CollectionT>::type>
|
||||
empty_formatter(const CollectionT& Input)
|
||||
empty_formatter(const CollectionT&)
|
||||
{
|
||||
return detail::empty_formatF<
|
||||
BOOST_STRING_TYPENAME value_type_of<CollectionT>::type>();
|
||||
|
Reference in New Issue
Block a user