The answer to this question seems like it should be easily obtainable by looking at the Boost documentation for char_separator
, or by googling.
However, nowhere can I find the answer to this question: What are the default separators for boost::char_separator
(for use with boost::tokenizer
)?
Thanks!