j
k
j a
j l
std::string s = *i; ////////////////////////////COMPILER ERROR: cannot convert from 'const boost::iterator_range<IteratorT>' to 'const std::basic_string<_Elem,_Traits,_Ax>' std::cout << s << '\n';
std::string s(i->begin(), i->end());
Back to the thread
Back to the list