[libcxx-commits] [PATCH] D94122: [libc++][P0457] add string starts ends with feature test macro

Wim Leflere via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 5 14:25:18 PST 2021


WimLeflere created this revision.
WimLeflere added reviewers: arthur.j.odwyer, ldionne.
WimLeflere added a project: libc++.
Herald added a subscriber: arichardson.
WimLeflere requested review of this revision.
Herald added a reviewer: libc++.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94122

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94122.314721.patch
Type: text/x-patch
Size: 9198 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210105/ed92732f/attachment.bin>


More information about the libcxx-commits mailing list