[all-commits] [llvm/llvm-project] 8b8ad7: [libcxx] removes unnecessary traits from `has_uniq...
Christopher Di Bella via All-commits
all-commits at lists.llvm.org
Tue May 21 01:23:44 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b8ad75cc94aad88c505bdca71c903774f9e75c7
https://github.com/llvm/llvm-project/commit/8b8ad75cc94aad88c505bdca71c903774f9e75c7
Author: Christopher Di Bella <cjdb at google.com>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M libcxx/include/__type_traits/has_unique_object_representation.h
M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/has_unique_object_representations.pass.cpp
Log Message:
-----------
[libcxx] removes unnecessary traits from `has_unique_object_representations` (#69241)
`remove_cv_t` and `remove_all_extents_t` are taken care of by the
built-in trait, so we don't need to use them directly.
---------
Co-authored-by: Louis Dionne <ldionne.2 at gmail.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list