This was a bug discovered by @jwakely.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG36ce0c3b1e58: [libc++][format] Makes format_context copyable.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM w/ a proper regression test for this issue.
libcxx/include/__format/format_context.h | ||
---|---|---|
88–89 | Can we add tests to make sure that it is copyable iff the output iterator is copyable (which means we should also ensure it's not copyable when the output iterator isn't). |
Can we add tests to make sure that it is copyable iff the output iterator is copyable (which means we should also ensure it's not copyable when the output iterator isn't).