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
Paths
| Differential D94122
[libc++][P0457] add string starts ends with feature test macro AbandonedPublic Authored by WimLeflere on Jan 5 2021, 2:25 PM.
Details
Summary String(view) starts_with ends_with has been implemented but the feature test macro is missing. Reference: https://eel.is/c++draft/version.syn
Diff Detail
Revision Contents
Diff 314721 libcxx/docs/FeatureTestMacroTable.rst
libcxx/include/version
libcxx/test/std/language.support/support.limits/support.limits.general/string.version.pass.cpp
libcxx/test/std/language.support/support.limits/support.limits.general/string_view.version.pass.cpp
libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
libcxx/utils/generate_feature_test_macro_components.py
|