[libcxx-commits] [PATCH] D116433: [libc++] [P0887] Add newest feature-test macros; mark `type_identity` as implemented.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jan 2 08:33:41 PST 2022
Mordante accepted this revision as: Mordante.
Mordante added a comment.
LGTM, thanks for adding the other missing entries!
================
Comment at: libcxx/utils/generate_feature_test_macro_components.py:74
+ "unimplemented": True,
}, {
"name": "__cpp_lib_allocator_traits_is_always_equal",
----------------
Please update the patch title and description to match the changed scope.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116433/new/
https://reviews.llvm.org/D116433
More information about the libcxx-commits
mailing list