Subject: [Boost-users] boost::tokenizer with char*
From: Archie14 (admin_at_[hidden])
Date: 2009-02-02 22:06:55


I was wandering if anyone can help me to understand how to use
boost::tokenizer with char* buffer. tokenizer template parameters include
string as default Type. I don't want to copy char* into string.