This patch moves MoveOnly to a header file so that I can use it from
another .cpp file.
Details
Details
- Reviewers
dblaikie MaskRay - Commits
- rGee4c8119a6d3: [ADT] Move MoveOnly to a header file (NFC)
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good - could you check if there are any other uses of something like this in other ADT tests that could share this implementation? (I would expect we have a few, maybe with the same name or something pretty similar)