[libcxx-commits] [PATCH] D116433: [libc++] [P0887] Add newest feature-test macros; mark `type_identity` as implemented.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jan 2 09:56:11 PST 2022
Quuxplusone added inline comments.
================
Comment at: libcxx/utils/generate_feature_test_macro_components.py:74
+ "unimplemented": True,
}, {
"name": "__cpp_lib_allocator_traits_is_always_equal",
----------------
Mordante wrote:
> Please update the patch title and description to match the changed scope.
The title is currently "[libc++] [P0887] Add newest feature-test macros; mark `type_identity` as implemented." What did you have in mind?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116433/new/
https://reviews.llvm.org/D116433
More information about the libcxx-commits
mailing list