summaryrefslogtreecommitdiff
path: root/boost/algorithm/string/replace.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/algorithm/string/replace.hpp')
-rw-r--r--boost/algorithm/string/replace.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/boost/algorithm/string/replace.hpp b/boost/algorithm/string/replace.hpp
index 0c04e47e1e..2adb031c59 100644
--- a/boost/algorithm/string/replace.hpp
+++ b/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<typename SequenceT, typename Range1T, typename Range2T>
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<typename SequenceT, typename Range1T, typename Range2T>
inline void replace_all(