Skip to content

Commit 795c6c6

Browse files
committed
Removed doc comment for replace_all that said it returned something; Fixes https://svn.boost.org/trac/boost/ticket/12163
1 parent 94bed86 commit 795c6c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/boost/algorithm/string/replace.hpp

-2
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ namespace boost {
401401
\param Search A substring to be searched for
402402
\param Format A substitute string
403403
\param Loc A locale used for case insensitive comparison
404-
\return A reference to the modified input
405404
*/
406405
template<typename SequenceT, typename Range1T, typename Range2T>
407406
inline void ireplace_last(
@@ -643,7 +642,6 @@ namespace boost {
643642
\param Input An input string
644643
\param Search A substring to be searched for
645644
\param Format A substitute string
646-
\return A reference to the modified input
647645
*/
648646
template<typename SequenceT, typename Range1T, typename Range2T>
649647
inline void replace_all(

0 commit comments

Comments
 (0)