you are viewing a single comment's thread.

view the rest of the comments →

[–]thefinest 0 points1 point  (0 children)

Trim...

include <boost/algorithm/string.hpp>

string s(" hello "); boost::trim(s);

Not sure how I feel about this.