forked from boostorg/algorithm
docstring fix for first_finder
This commit is contained in:
@ -43,7 +43,6 @@ namespace boost {
|
|||||||
The result is given as an \c iterator_range delimiting the match.
|
The result is given as an \c iterator_range delimiting the match.
|
||||||
|
|
||||||
\param Search A substring to be searched for.
|
\param Search A substring to be searched for.
|
||||||
\param Comp An element comparison predicate
|
|
||||||
\return An instance of the \c first_finder object
|
\return An instance of the \c first_finder object
|
||||||
*/
|
*/
|
||||||
template<typename RangeT>
|
template<typename RangeT>
|
||||||
|
Reference in New Issue
Block a user