Details
Details
- Reviewers
philnik - Group Reviewers
Restricted Project
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Please add tests for this under libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.move/.
Comment Actions
Can you please provide a descriptive subject line about what has changed for the commit? It should also be prefixed with [libcxx] or [libc++].
Comment Actions
I'm still not quite sure what problem this patch aims to solve. Would you please be able to provide a commit description that describes the problem that's being solved in some detail?
Comment Actions
The changes in the header seem correct to me, but we can't move forward till the commit message has been fixed.
libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.move/iter_move_rvalue.compile.pass.cpp | ||
---|---|---|
1 | I'd prefer that this be a runtime test, since it's something that needs to work in both cases. As such, we'll need to rework this test so it handles runtime too. |
I'd prefer that this be a runtime test, since it's something that needs to work in both cases. As such, we'll need to rework this test so it handles runtime too.