forked from boostorg/algorithm
unused parameter warning removal
[SVN r25671]
This commit is contained in:
@ -174,7 +174,7 @@ namespace boost {
|
||||
typename FormatResultT >
|
||||
inline void find_format_impl2(
|
||||
InputT& Input,
|
||||
FinderT Finder,
|
||||
FinderT,
|
||||
FormatterT Formatter,
|
||||
const FindResultT& FindResult,
|
||||
const FormatResultT& FormatResult)
|
||||
|
Reference in New Issue
Block a user