This is an archive of the discontinued LLVM Phabricator instance.

[libc++][experimental] Disables PMR in C++03.
ClosedPublic

Authored by Mordante on Aug 24 2022, 11:24 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG982287a29b85: [libc++][experimental] Disables PMR in C++03.
Summary

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.

Diff Detail

Event Timeline

Mordante created this revision.Aug 24 2022, 11:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 24 2022, 11:24 AM
Mordante requested review of this revision.Aug 24 2022, 11:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 24 2022, 11:24 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Aug 31 2022, 8:55 AM
This revision is now accepted and ready to land.Aug 31 2022, 8:55 AM
This revision was landed with ongoing or failed builds.Aug 31 2022, 10:16 AM
This revision was automatically updated to reflect the committed changes.