$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Nikolay Mladenov (nikolay.mladenov_at_[hidden])
Date: 2005-07-18 18:29:30
Hi All,
What are the requirements on the Type template parameter
of boost::tokenizer. I could not find this in the documentation.
I want to pass type similar to
std::pair < std::string::const_iterator, std::string::const_iterator >
.
But it seems that the type should have operator += and/(or?) assign
member.
Is that correct? Is there any other customization mechanism here?
Thanks
Nikolay