$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2007-01-22 11:08:55
Manuel Jung wrote:
> Cause its not worth the work using boost::tokenizer with ustring i will
> write some one split up function myself for now.
I'd suggest you try string_algorithms instead of tokenizer -- it's more
flexible and is should be able to handle anything that works like a string:
http://www.boost.org/doc/html/string_algo.html
Jeff