This is an archive of the discontinued LLVM Phabricator instance.

[libc++][P0457] add string starts ends with feature test macro
AbandonedPublic

Authored by WimLeflere on Jan 5 2021, 2:25 PM.

Details

Reviewers
arthur.j.odwyer
ldionne
Group Reviewers
Restricted Project
Summary

String(view) starts_with ends_with has been implemented but the feature test macro is missing.
This change adds the feature test macro to the generate script and updates the generated files.

Reference: https://eel.is/c++draft/version.syn

Diff Detail

Event Timeline

WimLeflere created this revision.Jan 5 2021, 2:25 PM
WimLeflere requested review of this revision.Jan 5 2021, 2:25 PM
Herald added a reviewer: Restricted Project. · View Herald TranscriptJan 5 2021, 2:25 PM

LGTM, but redundant with D93830.

WimLeflere abandoned this revision.Jan 10 2021, 4:03 AM

Redundant with D93830