diff --git a/include/boost/algorithm/string/formatter.hpp b/include/boost/algorithm/string/formatter.hpp index de8681b..78325a4 100644 --- a/include/boost/algorithm/string/formatter.hpp +++ b/include/boost/algorithm/string/formatter.hpp @@ -83,7 +83,7 @@ namespace boost { template inline detail::empty_formatF< BOOST_STRING_TYPENAME range_value::type> - empty_formatter(const RangeT&) + empty_formatter(const RangeT& Input) { return detail::empty_formatF< BOOST_STRING_TYPENAME range_value::type>();