[all-commits] [llvm/llvm-project] 3ec6c9: [libc++] Implement P1169R4 (static operator())
philnik777 via All-commits
all-commits at lists.llvm.org
Wed Dec 14 17:19:08 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ec6c997c67d685c533b8c9c2cffde31d834b821
https://github.com/llvm/llvm-project/commit/3ec6c997c67d685c533b8c9c2cffde31d834b821
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
M libcxx/docs/ReleaseNotes.rst
M libcxx/docs/Status/Cxx2bIssues.csv
M libcxx/docs/Status/Cxx2bPapers.csv
M libcxx/include/CMakeLists.txt
M libcxx/include/__functional/function.h
A libcxx/include/__type_traits/strip_signature.h
M libcxx/include/future
M libcxx/include/module.modulemap.in
M libcxx/test/libcxx/private_headers.verify.cpp
A libcxx/test/std/thread/futures/futures.task/futures.task.members/ctad.compile.pass.cpp
A libcxx/test/std/thread/futures/futures.task/futures.task.members/ctad.static.compile.pass.cpp
A libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ctad.static.compile.pass.cpp
Log Message:
-----------
[libc++] Implement P1169R4 (static operator())
Reviewed By: ldionne, huixie90, #libc
Spies: EricWF, libcxx-commits, royjacobson
Differential Revision: https://reviews.llvm.org/D135016
More information about the All-commits
mailing list