From 795c6c69e5885c5a164bd53f03d263f2ed7573b6 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 28 Apr 2016 08:47:47 -0700 Subject: [PATCH] Removed doc comment for replace_all that said it returned something; Fixes https://svn.boost.org/trac/boost/ticket/12163 --- include/boost/algorithm/string/replace.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/algorithm/string/replace.hpp b/include/boost/algorithm/string/replace.hpp index 0c04e47..2adb031 100644 --- a/include/boost/algorithm/string/replace.hpp +++ b/include/boost/algorithm/string/replace.hpp @@ -401,7 +401,6 @@ namespace boost { \param Search A substring to be searched for \param Format A substitute string \param Loc A locale used for case insensitive comparison - \return A reference to the modified input */ template inline void ireplace_last( @@ -643,7 +642,6 @@ namespace boost { \param Input An input string \param Search A substring to be searched for \param Format A substitute string - \return A reference to the modified input */ template inline void replace_all(