We don't need preprocessor logic to exclude those declarations when compiling for
the Windows App Store, because that is handled by using_if_exists now.
Details
Details
- Reviewers
smeenai mstorsjo - Group Reviewers
Restricted Project - Commits
- rGa805a15b287f: [libc++] Remove workaround for missing declarations on Windows store apps
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, once we can require Clang 13 (as support this attribute was added only there, right?) - and we can require that IIRC once Clang 14 is released?
Comment Actions
Rebase onto main -- this should be ready to land now that we have bumped our compiler support window.