[libcxx-commits] [PATCH] D99805: [libcxx] adds __cpp_lib_concepts feature-test macro
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 5 02:29:59 PDT 2021
Mordante requested changes to this revision.
Mordante added a comment.
This revision now requires changes to proceed.
In D99805#2668334 <https://reviews.llvm.org/D99805#2668334>, @cjdb wrote:
> enables feature-test macro, revises commit message
Please update `utils/generate_feature_test_macro_components.py` and run this script. This will properly update the feature-test macros.
Just remove the line `"unimplemented": True,` for `__cpp_lib_concepts`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99805/new/
https://reviews.llvm.org/D99805
More information about the libcxx-commits
mailing list