Skip to content

Commit 1395fe7

Browse files
authored
Merge pull request #123 from ahamez/develop
Fix documentation for trim_all and trim_fill
2 parents 7f07838 + 35a5523 commit 1395fe7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/boost/algorithm/string/trim_all.hpp

-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ namespace boost {
108108
109109
\param Input An input sequence
110110
\param Loc A locale used for 'space' classification
111-
\return A trimmed copy of the input
112111
*/
113112
template<typename SequenceT>
114113
inline void trim_all(SequenceT& Input, const std::locale& Loc =std::locale())
@@ -191,7 +190,6 @@ namespace boost {
191190
\param Input An input sequence
192191
\param Fill A string used to fill the inner spaces
193192
\param Loc A locale used for 'space' classification
194-
\return A trimmed copy of the input
195193
*/
196194
template<typename SequenceT, typename RangeT>
197195
inline void trim_fill(SequenceT& Input, const RangeT& Fill, const std::locale& Loc =std::locale())

0 commit comments

Comments
 (0)