Details
Details
- Reviewers
mclow.lists EricWF ldionne - Group Reviewers
Restricted Project
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 37318 Build 37317: arc lint + arc unit
Event Timeline
Comment Actions
- update status
test/std/input.output/iostream.format/input.streams/istream.rvalue/perfect_forwarding.pass.cpp | ||
---|---|---|
1 ↗ | (On Diff #203068) | 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 ↗ | (On Diff #203069) | 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 ↗ | (On Diff #203069) | Why A and B here? What's the point of having two different types? |