While working on D132534 it appeared the experimental PMR code doesn't
have version guards and fails to compile on C++03. This adds the guards
for that version. It seems the tests already were only disabled for
C++03.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG982287a29b85: [libc++][experimental] Disables PMR in C++03.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo