Merge r65004 from trunk

Fix #4551,#4553,#4575 by removing unused parameter.



[SVN r65168]
This commit is contained in:
Jürgen Hunold
2010-09-01 16:18:07 +00:00
parent bbd3220a1e
commit 0f8d556130

View File

@ -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;