[all-commits] [llvm/llvm-project] 1f8e2a: [libc++][NFC] Remove __remove_uncvref (#140531)
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Fri Jul 4 02:17:09 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f8e2a4b1068e28d04fd17c076f15e88b2e0d7d9
https://github.com/llvm/llvm-project/commit/1f8e2a4b1068e28d04fd17c076f15e88b2e0d7d9
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2025-07-04 (Fri, 04 Jul 2025)
Changed paths:
M libcxx/include/__functional/boyer_moore_searcher.h
M libcxx/include/__functional/reference_wrapper.h
M libcxx/include/__hash_table
M libcxx/include/__type_traits/remove_cvref.h
M libcxx/include/string
M libcxx/test/libcxx/utilities/function.objects/func.require/bullet_1_2_3.pass.cpp
Log Message:
-----------
[libc++][NFC] Remove __remove_uncvref (#140531)
The use-case for `__is_same_uncvref` seems rather dubious, since not a
single use-cases needed the `remove_cvref_t` to be applied to both of
the arguments. Removing the alias makes it clearer what actually
happens, since we're not using an internal name anymore and it's clear
what the `remove_cvref_t` should apply to.
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