forked from boostorg/algorithm
		
	Revert "Fix clang "parameter not found" warning"
This reverts commit aa8cce5bb4.
			
			
This commit is contained in:
		| @@ -83,7 +83,7 @@ namespace boost { | ||||
|         template<typename RangeT> | ||||
|         inline detail::empty_formatF<  | ||||
|             BOOST_STRING_TYPENAME range_value<RangeT>::type> | ||||
|         empty_formatter(const RangeT& Input) | ||||
|         empty_formatter(const RangeT&) | ||||
|         { | ||||
|             return detail::empty_formatF< | ||||
|                 BOOST_STRING_TYPENAME range_value<RangeT>::type>(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user