¡@

Home 

c++ Programming Glossary: result_string

crosses initialization of ?˜std::istringstream iss??when using inside while loop [closed]

http://stackoverflow.com/questions/18417738/crosses-initialization-of-stdistringstream-iss-when-using-inside-while-loop

loop closed When I take std istringstream iss std move result_string inside while then it gives error. Actually I get my string result_string.. inside while then it gives error. Actually I get my string result_string inside while so I have to perform move there. I can initialize.. I perform move operation to reassign buffer from string result_string to stream means how can I perform std move s inside while my..