j
k
j a
j l
This is ok but i have to convert string into boost string.
You mean Boost.Interprocess string. std::string s1("test"); char_string s2(s1.begin(), s1.end()); or: char_string s2(s1.c_str());
Back to the thread
Back to the list