This is an archive of the discontinued LLVM Phabricator instance.

[libc++][format] Enables feature-test macro.
ClosedPublic

Authored by Mordante on Jul 29 2022, 11:36 AM.

Details

Reviewers
ldionne
vitaut
Group Reviewers
Restricted Project
Commits
rG679169b7dd74: [libc++][format] Enables feature-test macro.
Summary

The macro is only enabled when the Clang is used with
-fexperimental-library.

Diff Detail

Event Timeline

Mordante created this revision.Jul 29 2022, 11:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 29 2022, 11:37 AM
Herald added a subscriber: arichardson. · View Herald Transcript
Mordante published this revision for review.Aug 1 2022, 8:50 AM
Mordante added reviewers: ldionne, vitaut.
Herald added a project: Restricted Project. · View Herald TranscriptAug 1 2022, 8:50 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Aug 2 2022, 9:02 AM
This revision is now accepted and ready to land.Aug 2 2022, 9:02 AM
This revision was automatically updated to reflect the committed changes.