From 50a211523642530e718c6bf1dcf61df344a98883 Mon Sep 17 00:00:00 2001 From: samuela Date: Tue, 20 Mar 2018 17:50:04 -0700 Subject: [PATCH] docstring fix for `first_finder` --- include/boost/algorithm/string/finder.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/algorithm/string/finder.hpp b/include/boost/algorithm/string/finder.hpp index 93f7ec3..0273b33 100644 --- a/include/boost/algorithm/string/finder.hpp +++ b/include/boost/algorithm/string/finder.hpp @@ -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