Details
Details
- Reviewers
mclow.lists EricWF ldionne - Group Reviewers
Restricted Project
Diff Detail
Diff Detail
Event Timeline
Comment Actions
- update status
test/std/input.output/iostream.format/input.streams/istream.rvalue/perfect_forwarding.pass.cpp | ||
---|---|---|
2 | I didn't include a test like this for ostream because I didn't think it would be meaningful (I can if you want though). |
test/std/input.output/iostream.format/input.streams/istream.rvalue/ios_base_operator_overload_resolution.fail.cpp | ||
---|---|---|
31 | Instead of std::move(is), you could just use std::istringstream() | |
test/std/input.output/iostream.format/input.streams/istream.rvalue/perfect_forwarding.pass.cpp | ||
41 | Why A and B here? What's the point of having two different types? |
Instead of std::move(is), you could just use std::istringstream()