mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-29 20:17:17 +02:00
Fix clang "parameter not found" warning
This commit is contained in:
@ -83,7 +83,7 @@ namespace boost {
|
|||||||
template<typename RangeT>
|
template<typename RangeT>
|
||||||
inline detail::empty_formatF<
|
inline detail::empty_formatF<
|
||||||
BOOST_STRING_TYPENAME range_value<RangeT>::type>
|
BOOST_STRING_TYPENAME range_value<RangeT>::type>
|
||||||
empty_formatter(const RangeT&)
|
empty_formatter(const RangeT& Input)
|
||||||
{
|
{
|
||||||
return detail::empty_formatF<
|
return detail::empty_formatF<
|
||||||
BOOST_STRING_TYPENAME range_value<RangeT>::type>();
|
BOOST_STRING_TYPENAME range_value<RangeT>::type>();
|
||||||
|
Reference in New Issue
Block a user