We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f07838 + 35a5523 commit 1395fe7Copy full SHA for 1395fe7
include/boost/algorithm/string/trim_all.hpp
@@ -108,7 +108,6 @@ namespace boost {
108
109
\param Input An input sequence
110
\param Loc A locale used for 'space' classification
111
- \return A trimmed copy of the input
112
*/
113
template<typename SequenceT>
114
inline void trim_all(SequenceT& Input, const std::locale& Loc =std::locale())
@@ -191,7 +190,6 @@ namespace boost {
191
190
192
\param Fill A string used to fill the inner spaces
193
194
195
196
template<typename SequenceT, typename RangeT>
197
inline void trim_fill(SequenceT& Input, const RangeT& Fill, const std::locale& Loc =std::locale())
0 commit comments