Pavol Droba wrote:

To pick on a function at random...

>    Seq ltrim( const Seq& Input, const std::locale& Loc=std::locale() )

Why the default to std::locale?

In typical use, I expect Seq to be an instantiation of
std::basic_string.  Given this is a string library, what motivation is
there to support other containers?  If none, then why not default to
locale of the string-type?

-- 
AlisdairM


_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to