15 Sep
2009
15 Sep
'09
10:39 a.m.
manish4gupta wrote:
How to convert std::string into boost string. I am doing some benchmarking by inserting the std::string value instead of char_string(ypedef of basic_string) but i am getting error message.
To convert between two different types of basic_string, you need to use the constructor that takes two iterators.