27 Apr
2006
27 Apr
'06
4:59 p.m.
Kobi Cohen-Arazi wrote:
There is no way to use directly the std::string::replace since get() is const member function.
Um, no, I don't think get's const-ness has anything to do with it. I still think it's an ambiguity problem.
We do need a replace wrapper, which unfortunately creating std::string instances.
Have you tried the member function pointer approach I showed? Sebastian