Re: [Boost-bugs] [Boost C++ Libraries] #4262: Inconsistency between boost::algorithm::trim_copy_if and trim_copy?

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4262: Inconsistency between boost::algorithm::trim_copy_if and trim_copy?
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-05-26 21:11:23


#4262: Inconsistency between boost::algorithm::trim_copy_if and trim_copy?
------------------------------------+---------------------------------------
 Reporter: mstefanro | Owner: pavol_droba
     Type: Patches | Status: new
Milestone: Boost 1.43.0 | Component: string_algo
  Version: Boost 1.44.0 | Severity: Cosmetic
 Keywords: trim_copy_if trim_copy |
------------------------------------+---------------------------------------

Comment(by pavol_droba):

 Hi,
 The reason is purely cosmetic.
 The list of possible function combination is very large, so some common
 sense needs to be applied to filter out the really useful ones. The
 library is crowded already.

 Therefore the variant that you mention was left out. It is so easy to
 achieve (just provide boost::is_space() as last argument) and I dare to
 say that it is not used that frequently to have this variant in the boost
 directly.

 Regards,
 Pavol

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4262#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:03 UTC