This makes <__threading_support> closer to handling only the bridge
between the system's implementation of threading and the rest of libc++.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG053d9e5832c7: [libc++] Move __thread_id out of <__threading_support>
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Adjust transitive includes. It turns out that this patch removes a few includes of <iosfwd>. I don't foresee this being an issue so I don't think it is worth trying to add those back for backwards compatibility.