
16 Jul
2009
16 Jul
'09
1:49 p.m.
Hi Pavol, It seems to me that trim() and its variants that currently take a Sequence argument can be made to work iterator ranges too. For example: boost::sub_range<std::string> foo = ...; trim_left( foo ); The requirement would be trim_left: forward range trim_right: bidirectional range trim: bidirectional range Am I missing something? -Thorsten
5812
Age (days ago)
5812
Last active (days ago)
0 comments
1 participants
participants (1)
-
Thorsten Ottosen