mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-06 09:16:33 +02:00
Fix #4551,#4553,#4575 by removing unused parameter.
[SVN r65004]
This commit is contained in:
@ -71,7 +71,7 @@ namespace boost {
|
|||||||
};
|
};
|
||||||
|
|
||||||
template<typename InputT, typename FindResultT>
|
template<typename InputT, typename FindResultT>
|
||||||
bool check_find_result(InputT& Input, FindResultT& FindResult)
|
bool check_find_result(InputT&, FindResultT& FindResult)
|
||||||
{
|
{
|
||||||
typedef BOOST_STRING_TYPENAME
|
typedef BOOST_STRING_TYPENAME
|
||||||
range_const_iterator<InputT>::type input_iterator_type;
|
range_const_iterator<InputT>::type input_iterator_type;
|
||||||
|
Reference in New Issue
Block a user