This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Rename availability macros for <filesystem>
ClosedPublic

Authored by ldionne on Jun 5 2023, 8:45 AM.

Details

Reviewers
philnik
Group Reviewers
Restricted Project
Commits
rGdd72b81334bb: [libc++] Rename availability macros for <filesystem>
Summary

This makes it clearer that the availability macro only pertains to
<filesystem>, and not to whether the platform has support for a file
system.

Diff Detail

Event Timeline

ldionne created this revision.Jun 5 2023, 8:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 5 2023, 8:45 AM
Herald added a subscriber: arichardson. · View Herald Transcript
ldionne requested review of this revision.Jun 5 2023, 8:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 5 2023, 8:45 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik accepted this revision.Jun 5 2023, 8:59 AM
This revision is now accepted and ready to land.Jun 5 2023, 8:59 AM
This revision was automatically updated to reflect the committed changes.