Is it possible to retrieve blank strings with boost::tokenizer?
4 Sep
2002
4 Sep
'02
6:03 p.m.
For example, using the code:
string line = "\taaa\t\tbbb\t";
typedef tokenizer
5 Sep
5 Sep
8:47 a.m.
char_separator<char> sep("\t", "", keep_empty_tokens); should do the trick. HTH, Markus
8118
Age (days ago)
8119
Last active (days ago)
1 comments
2 participants
participants (2)
-
Markus Schöpflin
-
Sean Shubin