Tagged Questions
3
votes
2answers
470 views
Are std::streams already movable?
GNU gcc 4.3 partially supports the upcoming c++0x standard: among the implemented features the rvalue reference. By means of the rvalue reference it should be possible to move a non-copyable object or ...