This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Change _LIBCPP_CONSTEXPR_SINCE_XXX to constexpr in the dylib
ClosedPublic

Authored by ldionne on Aug 15 2023, 9:46 AM.

Details

Summary

Since we build the dylib with C++20, there's no need to use conditional
macros anymore.

Diff Detail

Event Timeline

ldionne created this revision.Aug 15 2023, 9:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 15 2023, 9:46 AM
ldionne requested review of this revision.Aug 15 2023, 9:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 15 2023, 9:46 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik accepted this revision.Aug 15 2023, 9:48 AM
This revision is now accepted and ready to land.Aug 15 2023, 9:48 AM
Mordante accepted this revision.Aug 15 2023, 10:21 AM
Mordante added a subscriber: Mordante.

LGTM! Thanks for the cleanup.