We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94bed86 commit 795c6c6Copy full SHA for 795c6c6
include/boost/algorithm/string/replace.hpp
@@ -401,7 +401,6 @@ namespace boost {
401
\param Search A substring to be searched for
402
\param Format A substitute string
403
\param Loc A locale used for case insensitive comparison
404
- \return A reference to the modified input
405
*/
406
template<typename SequenceT, typename Range1T, typename Range2T>
407
inline void ireplace_last(
@@ -643,7 +642,6 @@ namespace boost {
643
642
\param Input An input string
644
645
646
647
648
649
inline void replace_all(
0 commit comments