[clang] [llvm] [STLForwardCompat] Implement llvm::type_identity (PR #146390)
Jakub Kuderski via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 30 10:50:39 PDT 2025
================
@@ -36,6 +36,16 @@ template <typename T>
using remove_cvref_t // NOLINT(readability-identifier-naming)
= typename llvm::remove_cvref<T>::type;
+template <typename T>
----------------
kuhar wrote:
Can you add a TODO comment to use the std:: version when we bump the C++ version?
https://github.com/llvm/llvm-project/pull/146390
More information about the llvm-commits
mailing list