j
k
j a
j l
function f = boost::bind(echo, s.c_str());
The expression x.c_str() returns a pointer that becomes invalid as soon as any non-const member function of std::string is called for x.
Back to the thread
Back to the list