[all-commits] [llvm/llvm-project] b79328: [libc++] Moves unwrap_reference to type_traits.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Sun May 14 11:04:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7932803dede5f95eed3b1777dfd40ce94ef1676
https://github.com/llvm/llvm-project/commit/b7932803dede5f95eed3b1777dfd40ce94ef1676
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-05-14 (Sun, 14 May 2023)
Changed paths:
M libcxx/include/CMakeLists.txt
R libcxx/include/__functional/unwrap_ref.h
A libcxx/include/__type_traits/unwrap_ref.h
M libcxx/include/__utility/pair.h
M libcxx/include/functional
M libcxx/include/module.modulemap.in
M libcxx/include/tuple
M libcxx/include/type_traits
M libcxx/test/libcxx/private_headers.verify.cpp
M libcxx/utils/data/ignore_format.txt
Log Message:
-----------
[libc++] Moves unwrap_reference to type_traits.
This was discovered while working on modules.
Reviewed By: #libc, philnik
Differential Revision: https://reviews.llvm.org/D149351
More information about the All-commits
mailing list