
20 Apr
2011
20 Apr
'11
3:50 p.m.
Artyom wrote: [snip]
create some std::string back_inserter (that by the way string does not have so we need to write one)
Pardon me, what does std::string not have? std::string has push_back so it is perfectly fine to have a back_inserter on std::string, without having to write any support/adapt code for it. [snip] Thanks, Gevorg