docstring fix for first_finder

This commit is contained in:
samuela
2018-03-20 17:50:04 -07:00
committed by GitHub
parent 739d1ed8a2
commit 50a2115236

View File

@ -43,7 +43,6 @@ namespace boost {
The result is given as an \c iterator_range delimiting the match.
\param Search A substring to be searched for.
\param Comp An element comparison predicate
\return An instance of the \c first_finder object
*/
template<typename RangeT>