This is an archive of the discontinued LLVM Phabricator instance.

[libc++][string] Removes obsolete constexpr.
ClosedPublic

Authored by Mordante on Aug 14 2022, 5:16 AM.

Details

Reviewers
philnik
Group Reviewers
Restricted Project
Commits
rG00da9e9a0782: [libc++][string] Removes obsolete constexpr.
Summary

Addresses the final review comment of D131421.

Diff Detail

Event Timeline

Mordante created this revision.Aug 14 2022, 5:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 14 2022, 5:16 AM

This will conflict with D131498. Keeping this as a draft until that patch has landed.

Mordante updated this revision to Diff 454208.Aug 20 2022, 6:50 AM

Rebased and resolved the conflicts.

Mordante published this revision for review.Aug 20 2022, 11:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 20 2022, 11:37 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik accepted this revision.Aug 20 2022, 11:39 AM
This revision is now accepted and ready to land.Aug 20 2022, 11:39 AM

Thanks for the quick review!

This revision was automatically updated to reflect the committed changes.